Html Css Color HEX #07051B Black Russian

📋 copy color: '#07051B'

red 7 ◦ green 5 ◦ blue 27

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

Shades of Black Russian #07051B

Tints of Black Russian #07051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.82%

 BLUE value IS 27 (10.94% from 255) = 69.23%

R = 17.95%
G = 12.82%
B = 69.23%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07051B (or 0x07051B) is known color: Black Russian. HEX triplet: 07, 05 and 1B. RGB value is (7,5,27). Sum of RGB (Red+Green+Blue) = 7+5+27=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #07051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07051B is #F8FAE4. Grayscale: #080808. Windows color (decimal): -16317157 or 1770759. OLE color: 1770759.

HSL color Cylindrical-coordinate representation of color #07051B: hue angle of 245.45º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07051B is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 5 27 -
CMYK 0.74 0.81 0 0.89
HSL 245.45º 0.69% 0.06% -
HSV(B) 245.45º 0.81% 0.11% -
XYZ 0.34 0.23 1.06 -
YUV 8.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 7 5 27 0.74 0.81 0 0.89 245.45 0.69 0.06
Hex 7 5 1B 4A 51 0 59 F5 45 6
Octal 7 5 33 112 121 0 131 365 105 6
Binary 111 101 11011 1001010 1010001 0 1011001 11110101 1000101 110

Color Harmonies of #07051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07051B

Black with #07051B

Text Example


Text Example

White with #07051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07051B; }

 p { color: rgb(7,5,27); }

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

background-color css

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

 a { background-color: rgb(7,5,27); }

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

border-color css

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

 span { border-color: rgb(7,5,27); }

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