Html Css Color HEX #070D1B Black Russian

📋 copy color: '#070D1B'

red 7 ◦ green 13 ◦ blue 27

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

Shades of Black Russian #070D1B

Tints of Black Russian #070D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.66%

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

R = 14.89%
G = 27.66%
B = 57.45%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#070D1B (or 0x070D1B) is known color: Black Russian. HEX triplet: 07, 0D and 1B. RGB value is (7,13,27). Sum of RGB (Red+Green+Blue) = 7+13+27=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #070D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D1B is #F8F2E4. Grayscale: #0C0C0C. Windows color (decimal): -16315109 or 1772807. OLE color: 1772807.

HSL color Cylindrical-coordinate representation of color #070D1B: hue angle of 222º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #070D1B is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 13 27 -
CMYK 0.74 0.52 0 0.89
HSL 222º 0.59% 0.07% -
HSV(B) 222º 0.74% 0.11% -
XYZ 0.43 0.41 1.09 -
YUV 12.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 7 13 27 0.74 0.52 0 0.89 222 0.59 0.07
Hex 7 D 1B 4A 34 0 59 DE 3B 7
Octal 7 15 33 112 64 0 131 336 73 7
Binary 111 1101 11011 1001010 110100 0 1011001 11011110 111011 111

Color Harmonies of #070D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D1B

Black with #070D1B

Text Example


Text Example

White with #070D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070D1B; }

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

 H1.HeaderClassName
 {
   color: #070D1B;
 }
 .AnyTagClassName
 {
   color: #070D1B;
 }
</style>

background-color css

<style>
 a { background-color: #070D1B; }

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

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

border-color css

<style>
 span { border-color: #070D1B; }

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

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