Html Css Color HEX #05020F Black Russian

📋 copy color: '#05020F'

red 5 ◦ green 2 ◦ blue 15

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

Shades of Black Russian #05020F

Tints of Black Russian #05020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 9.09%

 BLUE value IS 15 (6.25% from 255) = 68.18%

R = 22.73%
G = 9.09%
B = 68.18%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#05020F (or 0x05020F) is known color: Black Russian. HEX triplet: 05, 02 and 0F. RGB value is (5,2,15). Sum of RGB (Red+Green+Blue) = 5+2+15=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 15 (6.25% from 255 or 68.18% from 22); Max value from RGB is 15 - color contains mainly: blue. Hex color #05020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020F is #FAFDF0. Grayscale: #040404. Windows color (decimal): -16449009 or 983557. OLE color: 983557.

HSL color Cylindrical-coordinate representation of color #05020F: hue angle of 253.85º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05020F is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 2 15 -
CMYK 0.67 0.87 0 0.94
HSL 253.85º 0.76% 0.03% -
HSV(B) 253.85º 0.87% 0.06% -
XYZ 0.17 0.11 0.46 -
YUV 4.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 5 2 15 0.67 0.87 0 0.94 253.85 0.76 0.03
Hex 5 2 F 43 57 0 5E FE 4C 3
Octal 5 2 17 103 127 0 136 376 114 3
Binary 101 10 1111 1000011 1010111 0 1011110 11111110 1001100 11

Color Harmonies of #05020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05020F

Black with #05020F

Text Example


Text Example

White with #05020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05020F; }

 p { color: rgb(5,2,15); }

 H1.HeaderClassName
 {
   color: #05020F;
 }
 .AnyTagClassName
 {
   color: #05020F;
 }
</style>

background-color css

<style>
 a { background-color: #05020F; }

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

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

border-color css

<style>
 span { border-color: #05020F; }

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

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