Html Css Color HEX #111035 Black Russian

📋 copy color: '#111035'

red 17 ◦ green 16 ◦ blue 53

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

Shades of Black Russian #111035

Tints of Black Russian #111035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

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

R = 19.77%
G = 18.6%
B = 61.63%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#111035 (or 0x111035) is known color: Black Russian. HEX triplet: 11, 10 and 35. RGB value is (17,16,53). Sum of RGB (Red+Green+Blue) = 17+16+53=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #111035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111035 is #EEEFCA. Grayscale: #141414. Windows color (decimal): -15658955 or 3477521. OLE color: 3477521.

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

Color convert

RGB 17 16 53 -
CMYK 0.68 0.70 0 0.79
HSL 241.62º 0.54% 0.14% -
HSV(B) 241.62º 0.7% 0.21% -
XYZ 1.06 0.75 3.46 -
YUV 20.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 17 16 53 0.68 0.70 0 0.79 241.62 0.54 0.14
Hex 11 10 35 44 46 0 4F F2 36 E
Octal 21 20 65 104 106 0 117 362 66 16
Binary 10001 10000 110101 1000100 1000110 0 1001111 11110010 110110 1110

Color Harmonies of #111035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111035

Black with #111035

Text Example


Text Example

White with #111035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111035; }

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

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

background-color css

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

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

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

border-color css

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

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

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