Html Css Color HEX #030512 Black Russian

📋 copy color: '#030512'

red 3 ◦ green 5 ◦ blue 18

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

Shades of Black Russian #030512

Tints of Black Russian #030512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 69.23%

R = 11.54%
G = 19.23%
B = 69.23%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030512 (or 0x030512) is known color: Black Russian. HEX triplet: 03, 05 and 12. RGB value is (3,5,18). Sum of RGB (Red+Green+Blue) = 3+5+18=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #030512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030512 is #FCFAED. Grayscale: #050505. Windows color (decimal): -16579310 or 1180931. OLE color: 1180931.

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

Color convert

RGB 3 5 18 -
CMYK 0.83 0.72 0 0.93
HSL 232º 0.71% 0.04% -
HSV(B) 232º 0.83% 0.07% -
XYZ 0.2 0.17 0.59 -
YUV 5.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 3 5 18 0.83 0.72 0 0.93 232 0.71 0.04
Hex 3 5 12 53 48 0 5D E8 47 4
Octal 3 5 22 123 110 0 135 350 107 4
Binary 11 101 10010 1010011 1001000 0 1011101 11101000 1000111 100

Color Harmonies of #030512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030512

Black with #030512

Text Example


Text Example

White with #030512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030512; }

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

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

background-color css

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

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

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

border-color css

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

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

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