Html Css Color HEX #240F33 Blackcurrant

📋 copy color: '#240F33'

red 36 ◦ green 15 ◦ blue 51

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

Shades of Blackcurrant #240F33

Tints of Blackcurrant #240F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.71%

 BLUE value IS 51 (20.31% from 255) = 50%

R = 35.29%
G = 14.71%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#240F33 (or 0x240F33) is known color: Blackcurrant. HEX triplet: 24, 0F and 33. RGB value is (36,15,51). Sum of RGB (Red+Green+Blue) = 36+15+51=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #240F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F33 is #DBF0CC. Grayscale: #191919. Windows color (decimal): -14414029 or 3346212. OLE color: 3346212.

HSL color Cylindrical-coordinate representation of color #240F33: hue angle of 275º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #240F33 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 15 51 -
CMYK 0.29 0.71 0 0.8
HSL 275º 0.55% 0.13% -
HSV(B) 275º 0.71% 0.2% -
XYZ 1.5 0.96 3.24 -
YUV 25.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 36 15 51 0.29 0.71 0 0.8 275 0.55 0.13
Hex 24 F 33 1D 47 0 50 113 37 D
Octal 44 17 63 35 107 0 120 423 67 15
Binary 100100 1111 110011 11101 1000111 0 1010000 100010011 110111 1101

Color Harmonies of #240F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F33

Black with #240F33

Text Example


Text Example

White with #240F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,15,51); }

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

background-color css

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

 a { background-color: rgb(36,15,51); }

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

border-color css

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

 span { border-color: rgb(36,15,51); }

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