Html Css Color HEX #241F27 Blackcurrant

📋 copy color: '#241F27'

red 36 ◦ green 31 ◦ blue 39

#241F27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #241F27

Tints of Blackcurrant #241F27

RGB

 RED value IS 36 (14.45% from 255) = 33.96%

 GREEN value IS 31 (12.5% from 255) = 29.25%

 BLUE value IS 39 (15.63% from 255) = 36.79%

R = 33.96%
G = 29.25%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#241F27 (or 0x241F27) is known color: Blackcurrant. HEX triplet: 24, 1F and 27. RGB value is (36,31,39). Sum of RGB (Red+Green+Blue) = 36+31+39=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 39 - color contains mainly: blue. Hex color #241F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F27 is #DBE0D8. Grayscale: #212121. Windows color (decimal): -14409945 or 2563876. OLE color: 2563876.

HSL color Cylindrical-coordinate representation of color #241F27: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #241F27 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 31 39 -
CMYK 0.08 0.21 0 0.85
HSL 277.5º 0.11% 0.14% -
HSV(B) 277.5º 0.21% 0.15% -
XYZ 1.58 1.5 2.13 -
YUV 33.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 36 31 39 0.08 0.21 0 0.85 277.5 0.11 0.14
Hex 24 1F 27 8 15 0 55 116 B E
Octal 44 37 47 10 25 0 125 426 13 16
Binary 100100 11111 100111 1000 10101 0 1010101 100010110 1011 1110

Color Harmonies of #241F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F27

Black with #241F27

Text Example


Text Example

White with #241F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241F27; }

 p { color: rgb(36,31,39); }

 H1.HeaderClassName
 {
   color: #241F27;
 }
 .AnyTagClassName
 {
   color: #241F27;
 }
</style>

background-color css

<style>
 a { background-color: #241F27; }

 a { background-color: rgb(36,31,39); }

 div.DivClassName
 {
   background-color: #241F27;
 }
 .BgClassName
 {
   background-color: #241F27;
 }
</style>

border-color css

<style>
 span { border-color: #241F27; }

 span { border-color: rgb(36,31,39); }

 td.TdClassName
 {
   border-color: #241F27;
 }
 .TagClassName
 {
   border-color: #241F27;
 }
</style>