Html Css Color HEX #05030D Black Russian

📋 copy color: '#05030D'

red 5 ◦ green 3 ◦ blue 13

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

Shades of Black Russian #05030D

Tints of Black Russian #05030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 14.29%

 BLUE value IS 13 (5.47% from 255) = 61.9%

R = 23.81%
G = 14.29%
B = 61.9%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#05030D (or 0x05030D) is known color: Black Russian. HEX triplet: 05, 03 and 0D. RGB value is (5,3,13). Sum of RGB (Red+Green+Blue) = 5+3+13=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #05030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05030D is #FAFCF2. Grayscale: #040404. Windows color (decimal): -16448755 or 852741. OLE color: 852741.

HSL color Cylindrical-coordinate representation of color #05030D: hue angle of 252º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #05030D is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 3 13 -
CMYK 0.62 0.77 0 0.95
HSL 252º 0.63% 0.03% -
HSV(B) 252º 0.77% 0.05% -
XYZ 0.17 0.13 0.4 -
YUV 4.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 5 3 13 0.62 0.77 0 0.95 252 0.63 0.03
Hex 5 3 D 3E 4D 0 5F FC 3E 3
Octal 5 3 15 76 115 0 137 374 76 3
Binary 101 11 1101 111110 1001101 0 1011111 11111100 111110 11

Color Harmonies of #05030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05030D

Black with #05030D

Text Example


Text Example

White with #05030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05030D; }

 p { color: rgb(5,3,13); }

 H1.HeaderClassName
 {
   color: #05030D;
 }
 .AnyTagClassName
 {
   color: #05030D;
 }
</style>

background-color css

<style>
 a { background-color: #05030D; }

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

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

border-color css

<style>
 span { border-color: #05030D; }

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

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