Html Css Color HEX #240828 Blackcurrant

📋 copy color: '#240828'

red 36 ◦ green 8 ◦ blue 40

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

Shades of Blackcurrant #240828

Tints of Blackcurrant #240828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.52%

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

R = 42.86%
G = 9.52%
B = 47.62%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240828 (or 0x240828) is known color: Blackcurrant. HEX triplet: 24, 08 and 28. RGB value is (36,8,40). Sum of RGB (Red+Green+Blue) = 36+8+40=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #240828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240828 is #DBF7D7. Grayscale: #131313. Windows color (decimal): -14415832 or 2623524. OLE color: 2623524.

HSL color Cylindrical-coordinate representation of color #240828: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #240828 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 8 40 -
CMYK 0.10 0.80 0 0.84
HSL 292.5º 0.67% 0.09% -
HSV(B) 292.5º 0.8% 0.16% -
XYZ 1.2 0.7 2.08 -
YUV 20.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 36 8 40 0.10 0.80 0 0.84 292.5 0.67 0.09
Hex 24 8 28 A 50 0 54 124 43 9
Octal 44 10 50 12 120 0 124 444 103 11
Binary 100100 1000 101000 1010 1010000 0 1010100 100100100 1000011 1001

Color Harmonies of #240828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240828

Black with #240828

Text Example


Text Example

White with #240828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240828; }

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

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

background-color css

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

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

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

border-color css

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

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

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