Html Css Color HEX #07030F Black Russian

📋 copy color: '#07030F'

red 7 ◦ green 3 ◦ blue 15

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

Shades of Black Russian #07030F

Tints of Black Russian #07030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 12%

 BLUE value IS 15 (6.25% from 255) = 60%

R = 28%
G = 12%
B = 60%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#07030F (or 0x07030F) is known color: Black Russian. HEX triplet: 07, 03 and 0F. RGB value is (7,3,15). Sum of RGB (Red+Green+Blue) = 7+3+15=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 15 (6.25% from 255 or 60% from 25); Max value from RGB is 15 - color contains mainly: blue. Hex color #07030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07030F is #F8FCF0. Grayscale: #050505. Windows color (decimal): -16317681 or 983815. OLE color: 983815.

HSL color Cylindrical-coordinate representation of color #07030F: hue angle of 260º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07030F is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 3 15 -
CMYK 0.53 0.80 0 0.94
HSL 260º 0.67% 0.04% -
HSV(B) 260º 0.8% 0.06% -
XYZ 0.21 0.14 0.47 -
YUV 5.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 7 3 15 0.53 0.80 0 0.94 260 0.67 0.04
Hex 7 3 F 35 50 0 5E 104 43 4
Octal 7 3 17 65 120 0 136 404 103 4
Binary 111 11 1111 110101 1010000 0 1011110 100000100 1000011 100

Color Harmonies of #07030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07030F

Black with #07030F

Text Example


Text Example

White with #07030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07030F; }

 p { color: rgb(7,3,15); }

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

background-color css

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

 a { background-color: rgb(7,3,15); }

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

border-color css

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

 span { border-color: rgb(7,3,15); }

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