Html Css Color HEX #24082E Blackcurrant

📋 copy color: '#24082E'

red 36 ◦ green 8 ◦ blue 46

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

Shades of Blackcurrant #24082E

Tints of Blackcurrant #24082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 51.11%

R = 40%
G = 8.89%
B = 51.11%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24082E (or 0x24082E) is known color: Blackcurrant. HEX triplet: 24, 08 and 2E. RGB value is (36,8,46). Sum of RGB (Red+Green+Blue) = 36+8+46=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #24082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24082E is #DBF7D1. Grayscale: #141414. Windows color (decimal): -14415826 or 3016740. OLE color: 3016740.

HSL color Cylindrical-coordinate representation of color #24082E: hue angle of 284.21º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24082E is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 8 46 -
CMYK 0.22 0.83 0 0.82
HSL 284.21º 0.7% 0.11% -
HSV(B) 284.21º 0.83% 0.18% -
XYZ 1.31 0.75 2.66 -
YUV 20.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 36 8 46 0.22 0.83 0 0.82 284.21 0.7 0.11
Hex 24 8 2E 16 53 0 52 11C 46 B
Octal 44 10 56 26 123 0 122 434 106 13
Binary 100100 1000 101110 10110 1010011 0 1010010 100011100 1000110 1011

Color Harmonies of #24082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24082E

Black with #24082E

Text Example


Text Example

White with #24082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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