Html Css Color HEX #181020 Blackcurrant

📋 copy color: '#181020'

red 24 ◦ green 16 ◦ blue 32

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

Shades of Blackcurrant #181020

Tints of Blackcurrant #181020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181020 (or 0x181020) is known color: Blackcurrant. HEX triplet: 18, 10 and 20. RGB value is (24,16,32). Sum of RGB (Red+Green+Blue) = 24+16+32=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #181020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181020 is #E7EFDF. Grayscale: #141414. Windows color (decimal): -15200224 or 2101272. OLE color: 2101272.

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

Color convert

RGB 24 16 32 -
CMYK 0.25 0.5 0 0.87
HSL 270º 0.33% 0.09% -
HSV(B) 270º 0.5% 0.13% -
XYZ 0.82 0.67 1.45 -
YUV 20.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 24 16 32 0.25 0.5 0 0.87 270 0.33 0.09
Hex 18 10 20 19 32 0 57 10E 21 9
Octal 30 20 40 31 62 0 127 416 41 11
Binary 11000 10000 100000 11001 110010 0 1010111 100001110 100001 1001

Color Harmonies of #181020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181020

Black with #181020

Text Example


Text Example

White with #181020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181020; }

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

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

background-color css

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

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

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

border-color css

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

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

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