Html Css Color HEX #180221 Blackcurrant

📋 copy color: '#180221'

red 24 ◦ green 2 ◦ blue 33

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

Shades of Blackcurrant #180221

Tints of Blackcurrant #180221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.39%

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

R = 40.68%
G = 3.39%
B = 55.93%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180221 (or 0x180221) is known color: Blackcurrant. HEX triplet: 18, 02 and 21. RGB value is (24,2,33). Sum of RGB (Red+Green+Blue) = 24+2+33=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #180221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180221 is #E7FDDE. Grayscale: #0C0C0C. Windows color (decimal): -15203807 or 2163224. OLE color: 2163224.

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

Color convert

RGB 24 2 33 -
CMYK 0.27 0.94 0 0.87
HSL 282.58º 0.89% 0.07% -
HSV(B) 282.58º 0.94% 0.13% -
XYZ 0.67 0.35 1.47 -
YUV 12.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 24 2 33 0.27 0.94 0 0.87 282.58 0.89 0.07
Hex 18 2 21 1B 5E 0 57 11B 59 7
Octal 30 2 41 33 136 0 127 433 131 7
Binary 11000 10 100001 11011 1011110 0 1010111 100011011 1011001 111

Color Harmonies of #180221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180221

Black with #180221

Text Example


Text Example

White with #180221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180221; }

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

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

background-color css

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

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

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

border-color css

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

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

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