Html Css Color HEX #111234 Black Russian

📋 copy color: '#111234'

red 17 ◦ green 18 ◦ blue 52

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

Shades of Black Russian #111234

Tints of Black Russian #111234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.69%

 BLUE value IS 52 (20.7% from 255) = 59.77%

R = 19.54%
G = 20.69%
B = 59.77%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111234 (or 0x111234) is known color: Black Russian. HEX triplet: 11, 12 and 34. RGB value is (17,18,52). Sum of RGB (Red+Green+Blue) = 17+18+52=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #111234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111234 is #EEEDCB. Grayscale: #151515. Windows color (decimal): -15658444 or 3412497. OLE color: 3412497.

HSL color Cylindrical-coordinate representation of color #111234: hue angle of 238.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111234 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 18 52 -
CMYK 0.67 0.65 0 0.80
HSL 238.29º 0.51% 0.14% -
HSV(B) 238.29º 0.67% 0.2% -
XYZ 1.07 0.8 3.35 -
YUV 21.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 17 18 52 0.67 0.65 0 0.80 238.29 0.51 0.14
Hex 11 12 34 43 41 0 50 EE 33 E
Octal 21 22 64 103 101 0 120 356 63 16
Binary 10001 10010 110100 1000011 1000001 0 1010000 11101110 110011 1110

Color Harmonies of #111234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111234

Black with #111234

Text Example


Text Example

White with #111234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111234; }

 p { color: rgb(17,18,52); }

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

background-color css

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

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

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

border-color css

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

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

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