Html Css Color HEX #05051A Black Russian

📋 copy color: '#05051A'

red 5 ◦ green 5 ◦ blue 26

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

Shades of Black Russian #05051A

Tints of Black Russian #05051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 72.22%

R = 13.89%
G = 13.89%
B = 72.22%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05051A (or 0x05051A) is known color: Black Russian. HEX triplet: 05, 05 and 1A. RGB value is (5,5,26). Sum of RGB (Red+Green+Blue) = 5+5+26=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #05051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05051A is #FAFAE5. Grayscale: #070707. Windows color (decimal): -16448230 or 1705221. OLE color: 1705221.

HSL color Cylindrical-coordinate representation of color #05051A: hue angle of 240º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05051A is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 5 26 -
CMYK 0.81 0.81 0 0.90
HSL 240º 0.68% 0.06% -
HSV(B) 240º 0.81% 0.1% -
XYZ 0.3 0.22 1 -
YUV 7.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 5 5 26 0.81 0.81 0 0.90 240 0.68 0.06
Hex 5 5 1A 51 51 0 5A F0 44 6
Octal 5 5 32 121 121 0 132 360 104 6
Binary 101 101 11010 1010001 1010001 0 1011010 11110000 1000100 110

Color Harmonies of #05051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05051A

Black with #05051A

Text Example


Text Example

White with #05051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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