Html Css Color HEX #010309 Black Russian

📋 copy color: '#010309'

red 1 ◦ green 3 ◦ blue 9

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

Shades of Black Russian #010309

Tints of Black Russian #010309

RGB

 RED value IS 1 (0.78% from 255) = 7.69%

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

 BLUE value IS 9 (3.91% from 255) = 69.23%

R = 7.69%
G = 23.08%
B = 69.23%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#010309 (or 0x010309) is known color: Black Russian. HEX triplet: 01, 03 and 09. RGB value is (1,3,9). Sum of RGB (Red+Green+Blue) = 1+3+9=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 9 (3.91% from 255 or 69.23% from 13); Max value from RGB is 9 - color contains mainly: blue. Hex color #010309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010309 is #FEFCF6. Grayscale: #030303. Windows color (decimal): -16710903 or 590593. OLE color: 590593.

HSL color Cylindrical-coordinate representation of color #010309: hue angle of 225º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010309 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 3 9 -
CMYK 0.89 0.67 0 0.96
HSL 225º 0.8% 0.02% -
HSV(B) 225º 0.89% 0.04% -
XYZ 0.09 0.09 0.27 -
YUV 3.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 1 3 9 0.89 0.67 0 0.96 225 0.8 0.02
Hex 1 3 9 59 43 0 60 E1 50 2
Octal 1 3 11 131 103 0 140 341 120 2
Binary 1 11 1001 1011001 1000011 0 1100000 11100001 1010000 10

Color Harmonies of #010309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010309

Black with #010309

Text Example


Text Example

White with #010309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010309; }

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

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

background-color css

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

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

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

border-color css

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

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

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