Html Css Color HEX #071125 Black Russian

📋 copy color: '#071125'

red 7 ◦ green 17 ◦ blue 37

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

Shades of Black Russian #071125

Tints of Black Russian #071125

RGB

 RED value IS 7 (3.13% from 255) = 11.48%

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

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

R = 11.48%
G = 27.87%
B = 60.66%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#071125 (or 0x071125) is known color: Black Russian. HEX triplet: 07, 11 and 25. RGB value is (7,17,37). Sum of RGB (Red+Green+Blue) = 7+17+37=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #071125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071125 is #F8EEDA. Grayscale: #101010. Windows color (decimal): -16314075 or 2429191. OLE color: 2429191.

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

Color convert

RGB 7 17 37 -
CMYK 0.81 0.54 0 0.85
HSL 220º 0.68% 0.09% -
HSV(B) 220º 0.81% 0.15% -
XYZ 0.62 0.58 1.83 -
YUV 16.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 7 17 37 0.81 0.54 0 0.85 220 0.68 0.09
Hex 7 11 25 51 36 0 55 DC 44 9
Octal 7 21 45 121 66 0 125 334 104 11
Binary 111 10001 100101 1010001 110110 0 1010101 11011100 1000100 1001

Color Harmonies of #071125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071125

Black with #071125

Text Example


Text Example

White with #071125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071125; }

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

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

background-color css

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

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

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

border-color css

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

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

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