Html Css Color HEX #181221 Blackcurrant

📋 copy color: '#181221'

red 24 ◦ green 18 ◦ blue 33

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

Shades of Blackcurrant #181221

Tints of Blackcurrant #181221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 44%

R = 32%
G = 24%
B = 44%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181221 (or 0x181221) is known color: Blackcurrant. HEX triplet: 18, 12 and 21. RGB value is (24,18,33). Sum of RGB (Red+Green+Blue) = 24+18+33=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #181221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181221 is #E7EDDE. Grayscale: #151515. Windows color (decimal): -15199711 or 2167320. OLE color: 2167320.

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

Color convert

RGB 24 18 33 -
CMYK 0.27 0.45 0 0.87
HSL 264º 0.29% 0.1% -
HSV(B) 264º 0.45% 0.13% -
XYZ 0.87 0.74 1.54 -
YUV 21.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 24 18 33 0.27 0.45 0 0.87 264 0.29 0.1
Hex 18 12 21 1B 2D 0 57 108 1D A
Octal 30 22 41 33 55 0 127 410 35 12
Binary 11000 10010 100001 11011 101101 0 1010111 100001000 11101 1010

Color Harmonies of #181221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181221

Black with #181221

Text Example


Text Example

White with #181221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181221; }

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

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

background-color css

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

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

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

border-color css

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

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

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