Html Css Color HEX #05070C Black Russian

📋 copy color: '#05070C'

red 5 ◦ green 7 ◦ blue 12

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

Shades of Black Russian #05070C

Tints of Black Russian #05070C

RGB

 RED value IS 5 (2.34% from 255) = 20.83%

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

 BLUE value IS 12 (5.08% from 255) = 50%

R = 20.83%
G = 29.17%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#05070C (or 0x05070C) is known color: Black Russian. HEX triplet: 05, 07 and 0C. RGB value is (5,7,12). Sum of RGB (Red+Green+Blue) = 5+7+12=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #05070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05070C is #FAF8F3. Grayscale: #060606. Windows color (decimal): -16447732 or 788229. OLE color: 788229.

HSL color Cylindrical-coordinate representation of color #05070C: hue angle of 222.86º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #05070C is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 7 12 -
CMYK 0.58 0.42 0 0.95
HSL 222.86º 0.41% 0.03% -
HSV(B) 222.86º 0.58% 0.05% -
XYZ 0.2 0.21 0.38 -
YUV 6.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 5 7 12 0.58 0.42 0 0.95 222.86 0.41 0.03
Hex 5 7 C 3A 2A 0 5F DF 29 3
Octal 5 7 14 72 52 0 137 337 51 3
Binary 101 111 1100 111010 101010 0 1011111 11011111 101001 11

Color Harmonies of #05070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05070C

Black with #05070C

Text Example


Text Example

White with #05070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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