Html Css Color HEX #000313 Black Russian

📋 copy color: '#000313'

red 0 ◦ green 3 ◦ blue 19

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

Shades of Black Russian #000313

Tints of Black Russian #000313

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 13.64%
B = 86.36%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000313 (or 0x000313) is known color: Black Russian. HEX triplet: 00, 03 and 13. RGB value is (0,3,19). Sum of RGB (Red+Green+Blue) = 0+3+19=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 19 (7.81% from 255 or 86.36% from 22); Max value from RGB is 19 - color contains mainly: blue. Hex color #000313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000313 is #FFFCEC. Grayscale: #030303. Windows color (decimal): -16776429 or 1245952. OLE color: 1245952.

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

Color convert

RGB 0 3 19 -
CMYK 1 0.84 0 0.93
HSL 230.53º 1% 0.04% -
HSV(B) 230.53º 1% 0.07% -
XYZ 0.15 0.11 0.63 -
YUV 3.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 0 3 19 1 0.84 0 0.93 230.53 1 0.04
Hex 0 3 13 64 54 0 5D E7 64 4
Octal 0 3 23 144 124 0 135 347 144 4
Binary 0 11 10011 1100100 1010100 0 1011101 11100111 1100100 100

Color Harmonies of #000313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000313

Black with #000313

Text Example


Text Example

White with #000313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000313; }

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

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

background-color css

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

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

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

border-color css

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

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

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