Html Css Color HEX #04070D Black Russian

📋 copy color: '#04070D'

red 4 ◦ green 7 ◦ blue 13

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

Shades of Black Russian #04070D

Tints of Black Russian #04070D

RGB

 RED value IS 4 (1.95% from 255) = 16.67%

 GREEN value IS 7 (3.13% from 255) = 29.17%

 BLUE value IS 13 (5.47% from 255) = 54.17%

R = 16.67%
G = 29.17%
B = 54.17%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#04070D (or 0x04070D) is known color: Black Russian. HEX triplet: 04, 07 and 0D. RGB value is (4,7,13). Sum of RGB (Red+Green+Blue) = 4+7+13=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #04070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04070D is #FBF8F2. Grayscale: #060606. Windows color (decimal): -16513267 or 853764. OLE color: 853764.

HSL color Cylindrical-coordinate representation of color #04070D: hue angle of 220º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #04070D is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 7 13 -
CMYK 0.69 0.46 0 0.95
HSL 220º 0.53% 0.03% -
HSV(B) 220º 0.69% 0.05% -
XYZ 0.2 0.21 0.41 -
YUV 6.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 4 7 13 0.69 0.46 0 0.95 220 0.53 0.03
Hex 4 7 D 45 2E 0 5F DC 35 3
Octal 4 7 15 105 56 0 137 334 65 3
Binary 100 111 1101 1000101 101110 0 1011111 11011100 110101 11

Color Harmonies of #04070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04070D

Black with #04070D

Text Example


Text Example

White with #04070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04070D; }

 p { color: rgb(4,7,13); }

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

background-color css

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

 a { background-color: rgb(4,7,13); }

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

border-color css

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

 span { border-color: rgb(4,7,13); }

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