Html Css Color HEX #181120 Blackcurrant

📋 copy color: '#181120'

red 24 ◦ green 17 ◦ blue 32

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

Shades of Blackcurrant #181120

Tints of Blackcurrant #181120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.29%

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

R = 32.88%
G = 23.29%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181120 (or 0x181120) is known color: Blackcurrant. HEX triplet: 18, 11 and 20. RGB value is (24,17,32). Sum of RGB (Red+Green+Blue) = 24+17+32=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #181120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181120 is #E7EEDF. Grayscale: #141414. Windows color (decimal): -15199968 or 2101528. OLE color: 2101528.

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

Color convert

RGB 24 17 32 -
CMYK 0.25 0.47 0 0.87
HSL 268º 0.31% 0.1% -
HSV(B) 268º 0.47% 0.13% -
XYZ 0.84 0.7 1.46 -
YUV 20.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 24 17 32 0.25 0.47 0 0.87 268 0.31 0.1
Hex 18 11 20 19 2F 0 57 10C 1F A
Octal 30 21 40 31 57 0 127 414 37 12
Binary 11000 10001 100000 11001 101111 0 1010111 100001100 11111 1010

Color Harmonies of #181120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181120

Black with #181120

Text Example


Text Example

White with #181120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181120; }

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

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

background-color css

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

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

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

border-color css

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

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

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