Html Css Color HEX #180220 Blackcurrant

📋 copy color: '#180220'

red 24 ◦ green 2 ◦ blue 32

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

Shades of Blackcurrant #180220

Tints of Blackcurrant #180220

RGB

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

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

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

R = 41.38%
G = 3.45%
B = 55.17%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180220 (or 0x180220) is known color: Blackcurrant. HEX triplet: 18, 02 and 20. RGB value is (24,2,32). Sum of RGB (Red+Green+Blue) = 24+2+32=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #180220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180220 is #E7FDDF. Grayscale: #0B0B0B. Windows color (decimal): -15203808 or 2097688. OLE color: 2097688.

HSL color Cylindrical-coordinate representation of color #180220: hue angle of 284º degrees, saturation: 0.88, 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 #180220 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 2 32 -
CMYK 0.25 0.94 0 0.87
HSL 284º 0.88% 0.07% -
HSV(B) 284º 0.94% 0.13% -
XYZ 0.66 0.34 1.4 -
YUV 12 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 24 2 32 0.25 0.94 0 0.87 284 0.88 0.07
Hex 18 2 20 19 5E 0 57 11C 58 7
Octal 30 2 40 31 136 0 127 434 130 7
Binary 11000 10 100000 11001 1011110 0 1010111 100011100 1011000 111

Color Harmonies of #180220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180220

Black with #180220

Text Example


Text Example

White with #180220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180220; }

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

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

background-color css

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

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

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

border-color css

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

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

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