Html Css Color HEX #240B3E Blackcurrant

📋 copy color: '#240B3E'

red 36 ◦ green 11 ◦ blue 62

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

Shades of Blackcurrant #240B3E

Tints of Blackcurrant #240B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.09%

 BLUE value IS 62 (24.61% from 255) = 56.88%

R = 33.03%
G = 10.09%
B = 56.88%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#240B3E (or 0x240B3E) is known color: Blackcurrant. HEX triplet: 24, 0B and 3E. RGB value is (36,11,62). Sum of RGB (Red+Green+Blue) = 36+11+62=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #240B3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B3E is #DBF4C1. Grayscale: #181818. Windows color (decimal): -14415042 or 4066084. OLE color: 4066084.

HSL color Cylindrical-coordinate representation of color #240B3E: hue angle of 269.41º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240B3E is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 11 62 -
CMYK 0.42 0.82 0 0.76
HSL 269.41º 0.7% 0.14% -
HSV(B) 269.41º 0.82% 0.24% -
XYZ 1.72 0.96 4.65 -
YUV 24.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 36 11 62 0.42 0.82 0 0.76 269.41 0.7 0.14
Hex 24 B 3E 2A 52 0 4C 10D 46 E
Octal 44 13 76 52 122 0 114 415 106 16
Binary 100100 1011 111110 101010 1010010 0 1001100 100001101 1000110 1110

Color Harmonies of #240B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B3E

Black with #240B3E

Text Example


Text Example

White with #240B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240B3E; }

 p { color: rgb(36,11,62); }

 H1.HeaderClassName
 {
   color: #240B3E;
 }
 .AnyTagClassName
 {
   color: #240B3E;
 }
</style>

background-color css

<style>
 a { background-color: #240B3E; }

 a { background-color: rgb(36,11,62); }

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

border-color css

<style>
 span { border-color: #240B3E; }

 span { border-color: rgb(36,11,62); }

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