Html Css Color HEX #181121 Blackcurrant

📋 copy color: '#181121'

red 24 ◦ green 17 ◦ blue 33

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

Shades of Blackcurrant #181121

Tints of Blackcurrant #181121

RGB

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

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

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

R = 32.43%
G = 22.97%
B = 44.59%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181121 (or 0x181121) is known color: Blackcurrant. HEX triplet: 18, 11 and 21. RGB value is (24,17,33). Sum of RGB (Red+Green+Blue) = 24+17+33=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #181121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181121 is #E7EEDE. Grayscale: #141414. Windows color (decimal): -15199967 or 2167064. OLE color: 2167064.

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

Color convert

RGB 24 17 33 -
CMYK 0.27 0.48 0 0.87
HSL 266.25º 0.32% 0.1% -
HSV(B) 266.25º 0.48% 0.13% -
XYZ 0.85 0.7 1.53 -
YUV 20.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 24 17 33 0.27 0.48 0 0.87 266.25 0.32 0.1
Hex 18 11 21 1B 30 0 57 10A 20 A
Octal 30 21 41 33 60 0 127 412 40 12
Binary 11000 10001 100001 11011 110000 0 1010111 100001010 100000 1010

Color Harmonies of #181121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181121

Black with #181121

Text Example


Text Example

White with #181121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181121; }

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

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

background-color css

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

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

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

border-color css

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

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

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