Html Css Color HEX #181220 Blackcurrant

📋 copy color: '#181220'

red 24 ◦ green 18 ◦ blue 32

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

Shades of Blackcurrant #181220

Tints of Blackcurrant #181220

RGB

 RED value IS 24 (9.77% from 255) = 32.43%

 GREEN value IS 18 (7.42% from 255) = 24.32%

 BLUE value IS 32 (12.89% from 255) = 43.24%

R = 32.43%
G = 24.32%
B = 43.24%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181220 (or 0x181220) is known color: Blackcurrant. HEX triplet: 18, 12 and 20. RGB value is (24,18,32). Sum of RGB (Red+Green+Blue) = 24+18+32=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #181220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181220 is #E7EDDF. Grayscale: #151515. Windows color (decimal): -15199712 or 2101784. OLE color: 2101784.

HSL color Cylindrical-coordinate representation of color #181220: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #181220 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 18 32 -
CMYK 0.25 0.44 0 0.87
HSL 265.71º 0.28% 0.1% -
HSV(B) 265.71º 0.44% 0.13% -
XYZ 0.85 0.73 1.46 -
YUV 21.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 24 18 32 0.25 0.44 0 0.87 265.71 0.28 0.1
Hex 18 12 20 19 2C 0 57 10A 1C A
Octal 30 22 40 31 54 0 127 412 34 12
Binary 11000 10010 100000 11001 101100 0 1010111 100001010 11100 1010

Color Harmonies of #181220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181220

Black with #181220

Text Example


Text Example

White with #181220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181220; }

 p { color: rgb(24,18,32); }

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

background-color css

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

 a { background-color: rgb(24,18,32); }

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

border-color css

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

 span { border-color: rgb(24,18,32); }

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