Html Css Color HEX #07051C Black Russian

📋 copy color: '#07051C'

red 7 ◦ green 5 ◦ blue 28

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

Shades of Black Russian #07051C

Tints of Black Russian #07051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 70%

R = 17.5%
G = 12.5%
B = 70%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07051C (or 0x07051C) is known color: Black Russian. HEX triplet: 07, 05 and 1C. RGB value is (7,5,28). Sum of RGB (Red+Green+Blue) = 7+5+28=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #07051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07051C is #F8FAE3. Grayscale: #080808. Windows color (decimal): -16317156 or 1836295. OLE color: 1836295.

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

Color convert

RGB 7 5 28 -
CMYK 0.75 0.82 0 0.89
HSL 245.22º 0.7% 0.06% -
HSV(B) 245.22º 0.82% 0.11% -
XYZ 0.35 0.24 1.13 -
YUV 8.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 7 5 28 0.75 0.82 0 0.89 245.22 0.7 0.06
Hex 7 5 1C 4B 52 0 59 F5 46 6
Octal 7 5 34 113 122 0 131 365 106 6
Binary 111 101 11100 1001011 1010010 0 1011001 11110101 1000110 110

Color Harmonies of #07051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07051C

Black with #07051C

Text Example


Text Example

White with #07051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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