Html Css Color HEX #05071E Black Russian

📋 copy color: '#05071E'

red 5 ◦ green 7 ◦ blue 30

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

Shades of Black Russian #05071E

Tints of Black Russian #05071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 71.43%

R = 11.9%
G = 16.67%
B = 71.43%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05071E (or 0x05071E) is known color: Black Russian. HEX triplet: 05, 07 and 1E. RGB value is (5,7,30). Sum of RGB (Red+Green+Blue) = 5+7+30=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 30 (12.11% from 255 or 71.43% from 42); Max value from RGB is 30 - color contains mainly: blue. Hex color #05071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071E is #FAF8E1. Grayscale: #080808. Windows color (decimal): -16447714 or 1967877. OLE color: 1967877.

HSL color Cylindrical-coordinate representation of color #05071E: hue angle of 235.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05071E is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 7 30 -
CMYK 0.83 0.77 0 0.88
HSL 235.2º 0.71% 0.07% -
HSV(B) 235.2º 0.83% 0.12% -
XYZ 0.37 0.28 1.26 -
YUV 9.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 5 7 30 0.83 0.77 0 0.88 235.2 0.71 0.07
Hex 5 7 1E 53 4D 0 58 EB 47 7
Octal 5 7 36 123 115 0 130 353 107 7
Binary 101 111 11110 1010011 1001101 0 1011000 11101011 1000111 111

Color Harmonies of #05071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05071E

Black with #05071E

Text Example


Text Example

White with #05071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05071E; }

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

 H1.HeaderClassName
 {
   color: #05071E;
 }
 .AnyTagClassName
 {
   color: #05071E;
 }
</style>

background-color css

<style>
 a { background-color: #05071E; }

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

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

border-color css

<style>
 span { border-color: #05071E; }

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

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