Html Css Color HEX #030513 Black Russian

📋 copy color: '#030513'

red 3 ◦ green 5 ◦ blue 19

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

Shades of Black Russian #030513

Tints of Black Russian #030513

RGB

 RED value IS 3 (1.56% from 255) = 11.11%

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

 BLUE value IS 19 (7.81% from 255) = 70.37%

R = 11.11%
G = 18.52%
B = 70.37%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030513 (or 0x030513) is known color: Black Russian. HEX triplet: 03, 05 and 13. RGB value is (3,5,19). Sum of RGB (Red+Green+Blue) = 3+5+19=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 19 (7.81% from 255 or 70.37% from 27); Max value from RGB is 19 - color contains mainly: blue. Hex color #030513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030513 is #FCFAEC. Grayscale: #050505. Windows color (decimal): -16579309 or 1246467. OLE color: 1246467.

HSL color Cylindrical-coordinate representation of color #030513: hue angle of 232.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030513 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 5 19 -
CMYK 0.84 0.74 0 0.93
HSL 232.5º 0.73% 0.04% -
HSV(B) 232.5º 0.84% 0.07% -
XYZ 0.21 0.17 0.64 -
YUV 6 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 3 5 19 0.84 0.74 0 0.93 232.5 0.73 0.04
Hex 3 5 13 54 4A 0 5D E8 49 4
Octal 3 5 23 124 112 0 135 350 111 4
Binary 11 101 10011 1010100 1001010 0 1011101 11101000 1001001 100

Color Harmonies of #030513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030513

Black with #030513

Text Example


Text Example

White with #030513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030513; }

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

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

background-color css

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

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

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

border-color css

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

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

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