Html Css Color HEX #240F36 Blackcurrant

📋 copy color: '#240F36'

red 36 ◦ green 15 ◦ blue 54

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

Shades of Blackcurrant #240F36

Tints of Blackcurrant #240F36

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 value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240F36 (or 0x240F36) is known color: 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

RGB 36 15 54 -
CMYK 0.33 0.72 0 0.79
HSL 272.31º 0.57% 0.14% -
HSV(B) 272.31º 0.72% 0.21% -
XYZ 1.56 0.98 3.6 -
YUV 25.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 36 15 54 0.33 0.72 0 0.79 272.31 0.57 0.14
Hex 24 F 36 21 48 0 4F 110 39 E
Octal 44 17 66 41 110 0 117 420 71 16
Binary 100100 1111 110110 100001 1001000 0 1001111 100010000 111001 1110

Color Harmonies of #240F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F36

Black with #240F36

Text Example


Text Example

White with #240F36

Text Example


Text Example

HTML Codes & Css Web 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>