Html Css Color HEX #030111 Black Russian

📋 copy color: '#030111'

red 3 ◦ green 1 ◦ blue 17

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

Shades of Black Russian #030111

Tints of Black Russian #030111

RGB

 RED value IS 3 (1.56% from 255) = 14.29%

 GREEN value IS 1 (0.78% from 255) = 4.76%

 BLUE value IS 17 (7.03% from 255) = 80.95%

R = 14.29%
G = 4.76%
B = 80.95%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030111 (or 0x030111) is known color: Black Russian. HEX triplet: 03, 01 and 11. RGB value is (3,1,17). Sum of RGB (Red+Green+Blue) = 3+1+17=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 17 (7.03% from 255 or 80.95% from 21); Max value from RGB is 17 - color contains mainly: blue. Hex color #030111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030111 is #FCFEEE. Grayscale: #030303. Windows color (decimal): -16580335 or 1114371. OLE color: 1114371.

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

Color convert

RGB 3 1 17 -
CMYK 0.82 0.94 0 0.93
HSL 247.5º 0.89% 0.04% -
HSV(B) 247.5º 0.94% 0.07% -
XYZ 0.15 0.08 0.54 -
YUV 3.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 3 1 17 0.82 0.94 0 0.93 247.5 0.89 0.04
Hex 3 1 11 52 5E 0 5D F8 59 4
Octal 3 1 21 122 136 0 135 370 131 4
Binary 11 1 10001 1010010 1011110 0 1011101 11111000 1011001 100

Color Harmonies of #030111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030111

Black with #030111

Text Example


Text Example

White with #030111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030111; }

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

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

background-color css

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

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

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

border-color css

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

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

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