Html Css Color HEX #000317 Black Russian

📋 copy color: '#000317'

red 0 ◦ green 3 ◦ blue 23

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

Shades of Black Russian #000317

Tints of Black Russian #000317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 88.46%

R = 0%
G = 11.54%
B = 88.46%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000317 (or 0x000317) is known color: Black Russian. HEX triplet: 00, 03 and 17. RGB value is (0,3,23). Sum of RGB (Red+Green+Blue) = 0+3+23=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 23 (9.38% from 255 or 88.46% from 26); Max value from RGB is 23 - color contains mainly: blue. Hex color #000317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000317 is #FFFCE8. Grayscale: #040404. Windows color (decimal): -16776425 or 1508096. OLE color: 1508096.

HSL color Cylindrical-coordinate representation of color #000317: hue angle of 232.17º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000317 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 3 23 -
CMYK 1 0.87 0 0.91
HSL 232.17º 1% 0.05% -
HSV(B) 232.17º 1% 0.09% -
XYZ 0.19 0.13 0.83 -
YUV 4.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 0 3 23 1 0.87 0 0.91 232.17 1 0.05
Hex 0 3 17 64 57 0 5B E8 64 5
Octal 0 3 27 144 127 0 133 350 144 5
Binary 0 11 10111 1100100 1010111 0 1011011 11101000 1100100 101

Color Harmonies of #000317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000317

Black with #000317

Text Example


Text Example

White with #000317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000317; }

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

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

background-color css

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

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

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

border-color css

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

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

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