Html Css Color HEX #010308 Black Russian

📋 copy color: '#010308'

red 1 ◦ green 3 ◦ blue 8

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

Shades of Black Russian #010308

Tints of Black Russian #010308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 66.67%

R = 8.33%
G = 25%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#010308 (or 0x010308) is known color: Black Russian. HEX triplet: 01, 03 and 08. RGB value is (1,3,8). Sum of RGB (Red+Green+Blue) = 1+3+8=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 8 (3.52% from 255 or 66.67% from 12); Max value from RGB is 8 - color contains mainly: blue. Hex color #010308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010308 is #FEFCF7. Grayscale: #020202. Windows color (decimal): -16710904 or 525057. OLE color: 525057.

HSL color Cylindrical-coordinate representation of color #010308: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #010308 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 1 3 8 -
CMYK 0.88 0.63 0 0.97
HSL 222.86º 0.78% 0.02% -
HSV(B) 222.86º 0.88% 0.03% -
XYZ 0.09 0.09 0.24 -
YUV 2.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 1 3 8 0.88 0.63 0 0.97 222.86 0.78 0.02
Hex 1 3 8 58 3F 0 61 DF 4E 2
Octal 1 3 10 130 77 0 141 337 116 2
Binary 1 11 1000 1011000 111111 0 1100001 11011111 1001110 10

Color Harmonies of #010308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010308

Black with #010308

Text Example


Text Example

White with #010308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010308; }

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

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

background-color css

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

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

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

border-color css

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

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

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