Html Css Color HEX #24082A Blackcurrant

📋 copy color: '#24082A'

red 36 ◦ green 8 ◦ blue 42

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

Shades of Blackcurrant #24082A

Tints of Blackcurrant #24082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 48.84%

R = 41.86%
G = 9.3%
B = 48.84%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24082A (or 0x24082A) is known color: Blackcurrant. HEX triplet: 24, 08 and 2A. RGB value is (36,8,42). Sum of RGB (Red+Green+Blue) = 36+8+42=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #24082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24082A is #DBF7D5. Grayscale: #141414. Windows color (decimal): -14415830 or 2754596. OLE color: 2754596.

HSL color Cylindrical-coordinate representation of color #24082A: hue angle of 289.41º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24082A is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 8 42 -
CMYK 0.14 0.81 0 0.84
HSL 289.41º 0.68% 0.1% -
HSV(B) 289.41º 0.81% 0.16% -
XYZ 1.23 0.72 2.26 -
YUV 20.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 36 8 42 0.14 0.81 0 0.84 289.41 0.68 0.1
Hex 24 8 2A E 51 0 54 121 44 A
Octal 44 10 52 16 121 0 124 441 104 12
Binary 100100 1000 101010 1110 1010001 0 1010100 100100001 1000100 1010

Color Harmonies of #24082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24082A

Black with #24082A

Text Example


Text Example

White with #24082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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