Html Css Color HEX #11182A Black Russian

📋 copy color: '#11182A'

red 17 ◦ green 24 ◦ blue 42

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

Shades of Black Russian #11182A

Tints of Black Russian #11182A

RGB

 RED value IS 17 (7.03% from 255) = 20.48%

 GREEN value IS 24 (9.77% from 255) = 28.92%

 BLUE value IS 42 (16.8% from 255) = 50.6%

R = 20.48%
G = 28.92%
B = 50.6%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#11182A (or 0x11182A) is known color: Black Russian. HEX triplet: 11, 18 and 2A. RGB value is (17,24,42). Sum of RGB (Red+Green+Blue) = 17+24+42=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #11182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11182A is #EEE7D5. Grayscale: #171717. Windows color (decimal): -15656918 or 2758673. OLE color: 2758673.

HSL color Cylindrical-coordinate representation of color #11182A: hue angle of 223.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11182A is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 24 42 -
CMYK 0.60 0.43 0 0.84
HSL 223.2º 0.42% 0.12% -
HSV(B) 223.2º 0.6% 0.16% -
XYZ 0.98 0.94 2.32 -
YUV 23.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 17 24 42 0.60 0.43 0 0.84 223.2 0.42 0.12
Hex 11 18 2A 3C 2B 0 54 DF 2A C
Octal 21 30 52 74 53 0 124 337 52 14
Binary 10001 11000 101010 111100 101011 0 1010100 11011111 101010 1100

Color Harmonies of #11182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11182A

Black with #11182A

Text Example


Text Example

White with #11182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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