Html Css Color HEX #111025 Black Russian

📋 copy color: '#111025'

red 17 ◦ green 16 ◦ blue 37

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

Shades of Black Russian #111025

Tints of Black Russian #111025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 52.86%

R = 24.29%
G = 22.86%
B = 52.86%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111025 (or 0x111025) is known color: Black Russian. HEX triplet: 11, 10 and 25. RGB value is (17,16,37). Sum of RGB (Red+Green+Blue) = 17+16+37=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #111025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111025 is #EEEFDA. Grayscale: #121212. Windows color (decimal): -15658971 or 2428945. OLE color: 2428945.

HSL color Cylindrical-coordinate representation of color #111025: hue angle of 242.86º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111025 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 16 37 -
CMYK 0.54 0.57 0 0.85
HSL 242.86º 0.4% 0.1% -
HSV(B) 242.86º 0.57% 0.15% -
XYZ 0.75 0.62 1.83 -
YUV 18.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 17 16 37 0.54 0.57 0 0.85 242.86 0.4 0.1
Hex 11 10 25 36 39 0 55 F3 28 A
Octal 21 20 45 66 71 0 125 363 50 12
Binary 10001 10000 100101 110110 111001 0 1010101 11110011 101000 1010

Color Harmonies of #111025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111025

Black with #111025

Text Example


Text Example

White with #111025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111025; }

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

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

background-color css

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

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

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

border-color css

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

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

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