Html Css Color HEX #24012E Blackcurrant

📋 copy color: '#24012E'

red 36 ◦ green 1 ◦ blue 46

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

Shades of Blackcurrant #24012E

Tints of Blackcurrant #24012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

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

R = 43.37%
G = 1.2%
B = 55.42%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24012E (or 0x24012E) is known color: Blackcurrant. HEX triplet: 24, 01 and 2E. RGB value is (36,1,46). Sum of RGB (Red+Green+Blue) = 36+1+46=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #24012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24012E is #DBFED1. Grayscale: #101010. Windows color (decimal): -14417618 or 3014948. OLE color: 3014948.

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

Color convert

RGB 36 1 46 -
CMYK 0.22 0.98 0 0.82
HSL 286.67º 0.96% 0.09% -
HSV(B) 286.67º 0.98% 0.18% -
XYZ 1.23 0.59 2.63 -
YUV 16.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 36 1 46 0.22 0.98 0 0.82 286.67 0.96 0.09
Hex 24 1 2E 16 62 0 52 11F 60 9
Octal 44 1 56 26 142 0 122 437 140 11
Binary 100100 1 101110 10110 1100010 0 1010010 100011111 1100000 1001

Color Harmonies of #24012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24012E

Black with #24012E

Text Example


Text Example

White with #24012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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