Html Css Color HEX #11142E Black Russian

📋 copy color: '#11142E'

red 17 ◦ green 20 ◦ blue 46

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

Shades of Black Russian #11142E

Tints of Black Russian #11142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 55.42%

R = 20.48%
G = 24.1%
B = 55.42%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11142E (or 0x11142E) is known color: Black Russian. HEX triplet: 11, 14 and 2E. RGB value is (17,20,46). Sum of RGB (Red+Green+Blue) = 17+20+46=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #11142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11142E is #EEEBD1. Grayscale: #151515. Windows color (decimal): -15657938 or 3019793. OLE color: 3019793.

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

Color convert

RGB 17 20 46 -
CMYK 0.63 0.57 0 0.82
HSL 233.79º 0.46% 0.12% -
HSV(B) 233.79º 0.63% 0.18% -
XYZ 0.97 0.82 2.69 -
YUV 22.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 17 20 46 0.63 0.57 0 0.82 233.79 0.46 0.12
Hex 11 14 2E 3F 39 0 52 EA 2E C
Octal 21 24 56 77 71 0 122 352 56 14
Binary 10001 10100 101110 111111 111001 0 1010010 11101010 101110 1100

Color Harmonies of #11142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11142E

Black with #11142E

Text Example


Text Example

White with #11142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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