#240F36

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

Shades of Blackcurrant #240F36

Tints of Blackcurrant #240F36

Color information

#240F36 (or 0x240F36) is unknown color: approx Blackcurrant. HEX triplet: 24, 0F and 36. RGB value is (36,15,54). Sum of RGB (Red+Green+Blue) = 36+15+54=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #240F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F36 is #DBF0C9. Grayscale: #191919. Windows color (decimal): -14414026 or 3542820. OLE color: 3542820.

HSL color Cylindrical-coordinate representation of color #240F36: hue angle of 272.31º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240F36 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB361554-
CMYK0.330.7200.79
HSL272.31º56.52%13.53%-
HSV(B)272.31º72.22%21.18%-
XYZ1.560.983.6-
YUV25.72143.96135.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 51.43%
R=34.29%
G=14.29%
B=51.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3615540.330.7200.79272.3156.5213.53
Hex24F36214804F11039e
Octal4417664111001174207116
Binary10010011111101101000011001000010011111000100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #240F36;
 }
 .AnyTagClassName
 {
   color: #240F36;
 }
</style>
background-color css

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

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

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

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

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

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