Html Css Color HEX #11142D Black Russian

📋 copy color: '#11142D'

red 17 ◦ green 20 ◦ blue 45

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

Shades of Black Russian #11142D

Tints of Black Russian #11142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

 BLUE value IS 45 (17.97% from 255) = 54.88%

R = 20.73%
G = 24.39%
B = 54.88%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11142D (or 0x11142D) is known color: Black Russian. HEX triplet: 11, 14 and 2D. RGB value is (17,20,45). Sum of RGB (Red+Green+Blue) = 17+20+45=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #11142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11142D is #EEEBD2. Grayscale: #151515. Windows color (decimal): -15657939 or 2954257. OLE color: 2954257.

HSL color Cylindrical-coordinate representation of color #11142D: hue angle of 233.57º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11142D is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 20 45 -
CMYK 0.62 0.56 0 0.82
HSL 233.57º 0.45% 0.12% -
HSV(B) 233.57º 0.62% 0.18% -
XYZ 0.95 0.81 2.59 -
YUV 21.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 17 20 45 0.62 0.56 0 0.82 233.57 0.45 0.12
Hex 11 14 2D 3E 38 0 52 EA 2D C
Octal 21 24 55 76 70 0 122 352 55 14
Binary 10001 10100 101101 111110 111000 0 1010010 11101010 101101 1100

Color Harmonies of #11142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11142D

Black with #11142D

Text Example


Text Example

White with #11142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11142D; }

 p { color: rgb(17,20,45); }

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

background-color css

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

 a { background-color: rgb(17,20,45); }

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

border-color css

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

 span { border-color: rgb(17,20,45); }

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