Html Css Color HEX #05071B Black Russian

📋 copy color: '#05071B'

red 5 ◦ green 7 ◦ blue 27

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

Shades of Black Russian #05071B

Tints of Black Russian #05071B

RGB

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

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

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

R = 12.82%
G = 17.95%
B = 69.23%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05071B (or 0x05071B) is known color: Black Russian. HEX triplet: 05, 07 and 1B. RGB value is (5,7,27). Sum of RGB (Red+Green+Blue) = 5+7+27=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #05071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071B is #FAF8E4. Grayscale: #080808. Windows color (decimal): -16447717 or 1771269. OLE color: 1771269.

HSL color Cylindrical-coordinate representation of color #05071B: hue angle of 234.55º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05071B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 7 27 -
CMYK 0.81 0.74 0 0.89
HSL 234.55º 0.69% 0.06% -
HSV(B) 234.55º 0.81% 0.11% -
XYZ 0.34 0.26 1.07 -
YUV 8.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 5 7 27 0.81 0.74 0 0.89 234.55 0.69 0.06
Hex 5 7 1B 51 4A 0 59 EB 45 6
Octal 5 7 33 121 112 0 131 353 105 6
Binary 101 111 11011 1010001 1001010 0 1011001 11101011 1000101 110

Color Harmonies of #05071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05071B

Black with #05071B

Text Example


Text Example

White with #05071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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