Html Css Color HEX #111135 Black Russian

📋 copy color: '#111135'

red 17 ◦ green 17 ◦ blue 53

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

Shades of Black Russian #111135

Tints of Black Russian #111135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 60.92%

R = 19.54%
G = 19.54%
B = 60.92%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#111135 (or 0x111135) is known color: Black Russian. HEX triplet: 11, 11 and 35. RGB value is (17,17,53). Sum of RGB (Red+Green+Blue) = 17+17+53=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #111135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111135 is #EEEECA. Grayscale: #141414. Windows color (decimal): -15658699 or 3477777. OLE color: 3477777.

HSL color Cylindrical-coordinate representation of color #111135: hue angle of 240º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111135 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 17 53 -
CMYK 0.68 0.68 0 0.79
HSL 240º 0.51% 0.14% -
HSV(B) 240º 0.68% 0.21% -
XYZ 1.07 0.78 3.46 -
YUV 21.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 17 17 53 0.68 0.68 0 0.79 240 0.51 0.14
Hex 11 11 35 44 44 0 4F F0 33 E
Octal 21 21 65 104 104 0 117 360 63 16
Binary 10001 10001 110101 1000100 1000100 0 1001111 11110000 110011 1110

Color Harmonies of #111135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111135

Black with #111135

Text Example


Text Example

White with #111135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111135; }

 p { color: rgb(17,17,53); }

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

background-color css

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

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

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

border-color css

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

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

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