Html Css Color HEX #070137 Black Russian

📋 copy color: '#070137'

red 7 ◦ green 1 ◦ blue 55

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

Shades of Black Russian #070137

Tints of Black Russian #070137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.59%

 BLUE value IS 55 (21.88% from 255) = 87.3%

R = 11.11%
G = 1.59%
B = 87.3%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#070137 (or 0x070137) is known color: Black Russian. HEX triplet: 07, 01 and 37. RGB value is (7,1,55). Sum of RGB (Red+Green+Blue) = 7+1+55=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 55 (21.88% from 255 or 87.30% from 63); Max value from RGB is 55 - color contains mainly: blue. Hex color #070137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070137 is #F8FEC8. Grayscale: #080808. Windows color (decimal): -16318153 or 3604743. OLE color: 3604743.

HSL color Cylindrical-coordinate representation of color #070137: hue angle of 246.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070137 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 1 55 -
CMYK 0.87 0.98 0 0.78
HSL 246.67º 0.96% 0.11% -
HSV(B) 246.67º 0.98% 0.22% -
XYZ 0.79 0.34 3.64 -
YUV 8.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 7 1 55 0.87 0.98 0 0.78 246.67 0.96 0.11
Hex 7 1 37 57 62 0 4E F7 60 B
Octal 7 1 67 127 142 0 116 367 140 13
Binary 111 1 110111 1010111 1100010 0 1001110 11110111 1100000 1011

Color Harmonies of #070137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070137

Black with #070137

Text Example


Text Example

White with #070137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070137; }

 p { color: rgb(7,1,55); }

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

background-color css

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

 a { background-color: rgb(7,1,55); }

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

border-color css

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

 span { border-color: rgb(7,1,55); }

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