Html Css Color HEX #111333 Black Russian

📋 copy color: '#111333'

red 17 ◦ green 19 ◦ blue 51

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

Shades of Black Russian #111333

Tints of Black Russian #111333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

 BLUE value IS 51 (20.31% from 255) = 58.62%

R = 19.54%
G = 21.84%
B = 58.62%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#111333 (or 0x111333) is known color: Black Russian. HEX triplet: 11, 13 and 33. RGB value is (17,19,51). Sum of RGB (Red+Green+Blue) = 17+19+51=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 51 (20.31% from 255 or 58.62% from 87); Max value from RGB is 51 - color contains mainly: blue. Hex color #111333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111333 is #EEECCC. Grayscale: #151515. Windows color (decimal): -15658189 or 3347217. OLE color: 3347217.

HSL color Cylindrical-coordinate representation of color #111333: hue angle of 236.47º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111333 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 19 51 -
CMYK 0.67 0.63 0 0.8
HSL 236.47º 0.5% 0.13% -
HSV(B) 236.47º 0.67% 0.2% -
XYZ 1.06 0.82 3.24 -
YUV 22.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 17 19 51 0.67 0.63 0 0.8 236.47 0.5 0.13
Hex 11 13 33 43 3F 0 50 EC 32 D
Octal 21 23 63 103 77 0 120 354 62 15
Binary 10001 10011 110011 1000011 111111 0 1010000 11101100 110010 1101

Color Harmonies of #111333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111333

Black with #111333

Text Example


Text Example

White with #111333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111333; }

 p { color: rgb(17,19,51); }

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

background-color css

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

 a { background-color: rgb(17,19,51); }

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

border-color css

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

 span { border-color: rgb(17,19,51); }

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