Html Css Color HEX #01030B Black Russian

📋 copy color: '#01030B'

red 1 ◦ green 3 ◦ blue 11

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

Shades of Black Russian #01030B

Tints of Black Russian #01030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 73.33%

R = 6.67%
G = 20%
B = 73.33%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01030B (or 0x01030B) is known color: Black Russian. HEX triplet: 01, 03 and 0B. RGB value is (1,3,11). Sum of RGB (Red+Green+Blue) = 1+3+11=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 11 (4.69% from 255 or 73.33% from 15); Max value from RGB is 11 - color contains mainly: blue. Hex color #01030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030B is #FEFCF4. Grayscale: #030303. Windows color (decimal): -16710901 or 721665. OLE color: 721665.

HSL color Cylindrical-coordinate representation of color #01030B: hue angle of 228º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01030B is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 3 11 -
CMYK 0.91 0.73 0 0.96
HSL 228º 0.83% 0.02% -
HSV(B) 228º 0.91% 0.04% -
XYZ 0.11 0.1 0.33 -
YUV 3.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 1 3 11 0.91 0.73 0 0.96 228 0.83 0.02
Hex 1 3 B 5B 49 0 60 E4 53 2
Octal 1 3 13 133 111 0 140 344 123 2
Binary 1 11 1011 1011011 1001001 0 1100000 11100100 1010011 10

Color Harmonies of #01030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01030B

Black with #01030B

Text Example


Text Example

White with #01030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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