Html Css Color HEX #030211 Black Russian

📋 copy color: '#030211'

red 3 ◦ green 2 ◦ blue 17

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

Shades of Black Russian #030211

Tints of Black Russian #030211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 9.09%

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

R = 13.64%
G = 9.09%
B = 77.27%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030211 (or 0x030211) is known color: Black Russian. HEX triplet: 03, 02 and 11. RGB value is (3,2,17). Sum of RGB (Red+Green+Blue) = 3+2+17=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 17 (7.03% from 255 or 77.27% from 22); Max value from RGB is 17 - color contains mainly: blue. Hex color #030211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030211 is #FCFDEE. Grayscale: #030303. Windows color (decimal): -16580079 or 1114627. OLE color: 1114627.

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

Color convert

RGB 3 2 17 -
CMYK 0.82 0.88 0 0.93
HSL 244º 0.79% 0.04% -
HSV(B) 244º 0.88% 0.07% -
XYZ 0.16 0.1 0.54 -
YUV 4.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 3 2 17 0.82 0.88 0 0.93 244 0.79 0.04
Hex 3 2 11 52 58 0 5D F4 4F 4
Octal 3 2 21 122 130 0 135 364 117 4
Binary 11 10 10001 1010010 1011000 0 1011101 11110100 1001111 100

Color Harmonies of #030211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030211

Black with #030211

Text Example


Text Example

White with #030211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030211; }

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

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

background-color css

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

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

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

border-color css

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

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

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