Html Css Color HEX #240A28 Blackcurrant

📋 copy color: '#240A28'

red 36 ◦ green 10 ◦ blue 40

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

Shades of Blackcurrant #240A28

Tints of Blackcurrant #240A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.63%

 BLUE value IS 40 (16.02% from 255) = 46.51%

R = 41.86%
G = 11.63%
B = 46.51%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240A28 (or 0x240A28) is known color: Blackcurrant. HEX triplet: 24, 0A and 28. RGB value is (36,10,40). Sum of RGB (Red+Green+Blue) = 36+10+40=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #240A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A28 is #DBF5D7. Grayscale: #151515. Windows color (decimal): -14415320 or 2624036. OLE color: 2624036.

HSL color Cylindrical-coordinate representation of color #240A28: hue angle of 292º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #240A28 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 10 40 -
CMYK 0.10 0.75 0 0.84
HSL 292º 0.6% 0.1% -
HSV(B) 292º 0.75% 0.16% -
XYZ 1.22 0.75 2.09 -
YUV 21.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 36 10 40 0.10 0.75 0 0.84 292 0.6 0.1
Hex 24 A 28 A 4B 0 54 124 3C A
Octal 44 12 50 12 113 0 124 444 74 12
Binary 100100 1010 101000 1010 1001011 0 1010100 100100100 111100 1010

Color Harmonies of #240A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A28

Black with #240A28

Text Example


Text Example

White with #240A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,10,40); }

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

background-color css

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

 a { background-color: rgb(36,10,40); }

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

border-color css

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

 span { border-color: rgb(36,10,40); }

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