Html Css Color HEX #111030 Black Russian

📋 copy color: '#111030'

red 17 ◦ green 16 ◦ blue 48

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

Shades of Black Russian #111030

Tints of Black Russian #111030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 59.26%

R = 20.99%
G = 19.75%
B = 59.26%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#111030 (or 0x111030) is known color: Black Russian. HEX triplet: 11, 10 and 30. RGB value is (17,16,48). Sum of RGB (Red+Green+Blue) = 17+16+48=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #111030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111030 is #EEEFCF. Grayscale: #131313. Windows color (decimal): -15658960 or 3149841. OLE color: 3149841.

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

Color convert

RGB 17 16 48 -
CMYK 0.65 0.67 0 0.81
HSL 241.88º 0.5% 0.13% -
HSV(B) 241.88º 0.67% 0.19% -
XYZ 0.95 0.7 2.88 -
YUV 19.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 17 16 48 0.65 0.67 0 0.81 241.88 0.5 0.13
Hex 11 10 30 41 43 0 51 F2 32 D
Octal 21 20 60 101 103 0 121 362 62 15
Binary 10001 10000 110000 1000001 1000011 0 1010001 11110010 110010 1101

Color Harmonies of #111030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111030

Black with #111030

Text Example


Text Example

White with #111030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111030; }

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

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

background-color css

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

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

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

border-color css

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

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

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