#240F33

Color #240F33 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #240F33

Tints of Blackcurrant #240F33

Color information

#240F33 (or 0x240F33) is unknown color: approx 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

RGB361551-
CMYK0.290.7100.8
HSL275º54.55%12.94%-
HSV(B)275º70.59%20%-
XYZ1.50.963.24-
YUV25.38142.46135.57-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3615510.290.7100.827554.5512.94
Hex24F331D4705011337d
Octal4417633510701204236715
Binary1001001111110011111011000111010100001000100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>