Html Css Color HEX #181122 Blackcurrant

📋 copy color: '#181122'

red 24 ◦ green 17 ◦ blue 34

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

Shades of Blackcurrant #181122

Tints of Blackcurrant #181122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 45.33%

R = 32%
G = 22.67%
B = 45.33%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181122 (or 0x181122) is known color: Blackcurrant. HEX triplet: 18, 11 and 22. RGB value is (24,17,34). Sum of RGB (Red+Green+Blue) = 24+17+34=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #181122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181122 is #E7EEDD. Grayscale: #141414. Windows color (decimal): -15199966 or 2232600. OLE color: 2232600.

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

Color convert

RGB 24 17 34 -
CMYK 0.29 0.50 0 0.87
HSL 264.71º 0.33% 0.1% -
HSV(B) 264.71º 0.5% 0.13% -
XYZ 0.87 0.71 1.6 -
YUV 21.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 24 17 34 0.29 0.50 0 0.87 264.71 0.33 0.1
Hex 18 11 22 1D 32 0 57 109 21 A
Octal 30 21 42 35 62 0 127 411 41 12
Binary 11000 10001 100010 11101 110010 0 1010111 100001001 100001 1010

Color Harmonies of #181122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181122

Black with #181122

Text Example


Text Example

White with #181122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181122; }

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

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

background-color css

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

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

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

border-color css

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

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

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