Html Css Color HEX #05051B Black Russian

📋 copy color: '#05051B'

red 5 ◦ green 5 ◦ blue 27

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

Shades of Black Russian #05051B

Tints of Black Russian #05051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.51%

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

R = 13.51%
G = 13.51%
B = 72.97%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05051B (or 0x05051B) is known color: Black Russian. HEX triplet: 05, 05 and 1B. RGB value is (5,5,27). Sum of RGB (Red+Green+Blue) = 5+5+27=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 27 (10.94% from 255 or 72.97% from 37); Max value from RGB is 27 - color contains mainly: blue. Hex color #05051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05051B is #FAFAE4. Grayscale: #070707. Windows color (decimal): -16448229 or 1770757. OLE color: 1770757.

HSL color Cylindrical-coordinate representation of color #05051B: hue angle of 240º 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 #05051B is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 5 27 -
CMYK 0.81 0.81 0 0.89
HSL 240º 0.69% 0.06% -
HSV(B) 240º 0.81% 0.11% -
XYZ 0.31 0.22 1.06 -
YUV 7.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 5 5 27 0.81 0.81 0 0.89 240 0.69 0.06
Hex 5 5 1B 51 51 0 59 F0 45 6
Octal 5 5 33 121 121 0 131 360 105 6
Binary 101 101 11011 1010001 1010001 0 1011001 11110000 1000101 110

Color Harmonies of #05051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05051B

Black with #05051B

Text Example


Text Example

White with #05051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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