Html Css Color HEX #030511 Black Russian

📋 copy color: '#030511'

red 3 ◦ green 5 ◦ blue 17

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

Shades of Black Russian #030511

Tints of Black Russian #030511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 20%

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

R = 12%
G = 20%
B = 68%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030511 (or 0x030511) is known color: Black Russian. HEX triplet: 03, 05 and 11. RGB value is (3,5,17). Sum of RGB (Red+Green+Blue) = 3+5+17=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #030511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030511 is #FCFAEE. Grayscale: #050505. Windows color (decimal): -16579311 or 1115395. OLE color: 1115395.

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

Color convert

RGB 3 5 17 -
CMYK 0.82 0.71 0 0.93
HSL 231.43º 0.7% 0.04% -
HSV(B) 231.43º 0.82% 0.07% -
XYZ 0.19 0.17 0.55 -
YUV 5.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 3 5 17 0.82 0.71 0 0.93 231.43 0.7 0.04
Hex 3 5 11 52 47 0 5D E7 46 4
Octal 3 5 21 122 107 0 135 347 106 4
Binary 11 101 10001 1010010 1000111 0 1011101 11100111 1000110 100

Color Harmonies of #030511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030511

Black with #030511

Text Example


Text Example

White with #030511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030511; }

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

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

background-color css

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

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

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

border-color css

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

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

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