Html Css Color HEX #07050B Black Russian

📋 copy color: '#07050B'

red 7 ◦ green 5 ◦ blue 11

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

Shades of Black Russian #07050B

Tints of Black Russian #07050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 47.83%

R = 30.43%
G = 21.74%
B = 47.83%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07050B (or 0x07050B) is known color: Black Russian. HEX triplet: 07, 05 and 0B. RGB value is (7,5,11). Sum of RGB (Red+Green+Blue) = 7+5+11=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #07050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07050B is #F8FAF4. Grayscale: #060606. Windows color (decimal): -16317173 or 722183. OLE color: 722183.

HSL color Cylindrical-coordinate representation of color #07050B: hue angle of 260º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #07050B is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 5 11 -
CMYK 0.36 0.55 0 0.96
HSL 260º 0.38% 0.03% -
HSV(B) 260º 0.55% 0.04% -
XYZ 0.2 0.18 0.34 -
YUV 6.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 7 5 11 0.36 0.55 0 0.96 260 0.38 0.03
Hex 7 5 B 24 37 0 60 104 26 3
Octal 7 5 13 44 67 0 140 404 46 3
Binary 111 101 1011 100100 110111 0 1100000 100000100 100110 11

Color Harmonies of #07050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07050B

Black with #07050B

Text Example


Text Example

White with #07050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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