Html Css Color HEX #030213 Black Russian

📋 copy color: '#030213'

red 3 ◦ green 2 ◦ blue 19

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

Shades of Black Russian #030213

Tints of Black Russian #030213

RGB

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

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

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

R = 12.5%
G = 8.33%
B = 79.17%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030213 (or 0x030213) is known color: Black Russian. HEX triplet: 03, 02 and 13. RGB value is (3,2,19). Sum of RGB (Red+Green+Blue) = 3+2+19=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 19 (7.81% from 255 or 79.17% from 24); Max value from RGB is 19 - color contains mainly: blue. Hex color #030213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030213 is #FCFDEC. Grayscale: #040404. Windows color (decimal): -16580077 or 1245699. OLE color: 1245699.

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

Color convert

RGB 3 2 19 -
CMYK 0.84 0.89 0 0.93
HSL 243.53º 0.81% 0.04% -
HSV(B) 243.53º 0.89% 0.07% -
XYZ 0.18 0.11 0.63 -
YUV 4.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 3 2 19 0.84 0.89 0 0.93 243.53 0.81 0.04
Hex 3 2 13 54 59 0 5D F4 51 4
Octal 3 2 23 124 131 0 135 364 121 4
Binary 11 10 10011 1010100 1011001 0 1011101 11110100 1010001 100

Color Harmonies of #030213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030213

Black with #030213

Text Example


Text Example

White with #030213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030213; }

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

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

background-color css

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

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

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

border-color css

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

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

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