Html Css Color HEX #05002A Black Russian

📋 copy color: '#05002A'

red 5 ◦ green 0 ◦ blue 42

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

Shades of Black Russian #05002A

Tints of Black Russian #05002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.64%
G = 0%
B = 89.36%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#05002A (or 0x05002A) is known color: Black Russian. HEX triplet: 05, 00 and 2A. RGB value is (5,0,42). Sum of RGB (Red+Green+Blue) = 5+0+42=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 42 (16.80% from 255 or 89.36% from 47); Max value from RGB is 42 - color contains mainly: blue. Hex color #05002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05002A is #FAFFD5. Grayscale: #060606. Windows color (decimal): -16449494 or 2752517. OLE color: 2752517.

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

Color convert

RGB 5 0 42 -
CMYK 0.88 1 0 0.84
HSL 247.14º 1% 0.08% -
HSV(B) 247.14º 1% 0.16% -
XYZ 0.48 0.2 2.2 -
YUV 6.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 5 0 42 0.88 1 0 0.84 247.14 1 0.08
Hex 5 0 2A 58 64 0 54 F7 64 8
Octal 5 0 52 130 144 0 124 367 144 10
Binary 101 0 101010 1011000 1100100 0 1010100 11110111 1100100 1000

Color Harmonies of #05002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05002A

Black with #05002A

Text Example


Text Example

White with #05002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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