Html Css Color HEX #05052A Black Russian

📋 copy color: '#05052A'

red 5 ◦ green 5 ◦ blue 42

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

Shades of Black Russian #05052A

Tints of Black Russian #05052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 80.77%

R = 9.62%
G = 9.62%
B = 80.77%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#05052A (or 0x05052A) is known color: Black Russian. HEX triplet: 05, 05 and 2A. RGB value is (5,5,42). Sum of RGB (Red+Green+Blue) = 5+5+42=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 42 (16.80% from 255 or 80.77% from 52); Max value from RGB is 42 - color contains mainly: blue. Hex color #05052A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05052A is #FAFAD5. Grayscale: #090909. Windows color (decimal): -16448214 or 2753797. OLE color: 2753797.

HSL color Cylindrical-coordinate representation of color #05052A: hue angle of 240º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05052A is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 5 42 -
CMYK 0.88 0.88 0 0.84
HSL 240º 0.79% 0.09% -
HSV(B) 240º 0.88% 0.16% -
XYZ 0.53 0.31 2.22 -
YUV 9.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 5 5 42 0.88 0.88 0 0.84 240 0.79 0.09
Hex 5 5 2A 58 58 0 54 F0 4F 9
Octal 5 5 52 130 130 0 124 360 117 11
Binary 101 101 101010 1011000 1011000 0 1010100 11110000 1001111 1001

Color Harmonies of #05052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05052A

Black with #05052A

Text Example


Text Example

White with #05052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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