Html Css Color HEX #030113 Black Russian

📋 copy color: '#030113'

red 3 ◦ green 1 ◦ blue 19

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

Shades of Black Russian #030113

Tints of Black Russian #030113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.35%

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

R = 13.04%
G = 4.35%
B = 82.61%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030113 (or 0x030113) is known color: Black Russian. HEX triplet: 03, 01 and 13. RGB value is (3,1,19). Sum of RGB (Red+Green+Blue) = 3+1+19=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 19 (7.81% from 255 or 82.61% from 23); Max value from RGB is 19 - color contains mainly: blue. Hex color #030113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030113 is #FCFEEC. Grayscale: #030303. Windows color (decimal): -16580333 or 1245443. OLE color: 1245443.

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

Color convert

RGB 3 1 19 -
CMYK 0.84 0.95 0 0.93
HSL 246.67º 0.9% 0.04% -
HSV(B) 246.67º 0.95% 0.07% -
XYZ 0.17 0.09 0.62 -
YUV 3.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 3 1 19 0.84 0.95 0 0.93 246.67 0.9 0.04
Hex 3 1 13 54 5F 0 5D F7 5A 4
Octal 3 1 23 124 137 0 135 367 132 4
Binary 11 1 10011 1010100 1011111 0 1011101 11110111 1011010 100

Color Harmonies of #030113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030113

Black with #030113

Text Example


Text Example

White with #030113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030113; }

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

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

background-color css

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

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

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

border-color css

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

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

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