Html Css Color HEX #030205 Black Russian

📋 copy color: '#030205'

red 3 ◦ green 2 ◦ blue 5

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

Shades of Black Russian #030205

Tints of Black Russian #030205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 50%

R = 30%
G = 20%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#030205 (or 0x030205) is known color: Black Russian. HEX triplet: 03, 02 and 05. RGB value is (3,2,5). Sum of RGB (Red+Green+Blue) = 3+2+5=10 (1% of max value = 765). Red value is 3 (1.56% from 255 or 30% from 10); Green value is 2 (1.17% from 255 or 20% from 10); Blue value is 5 (2.34% from 255 or 50% from 10); Max value from RGB is 5 - color contains mainly: blue. Hex color #030205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030205 is #FCFDFA. Grayscale: #020202. Windows color (decimal): -16580091 or 328195. OLE color: 328195.

HSL color Cylindrical-coordinate representation of color #030205: hue angle of 260º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #030205 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 2 5 -
CMYK 0.40 0.60 0 0.98
HSL 260º 0.43% 0.01% -
HSV(B) 260º 0.6% 0.02% -
XYZ 0.09 0.07 0.15 -
YUV 2.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 3 2 5 0.40 0.60 0 0.98 260 0.43 0.01
Hex 3 2 5 28 3C 0 62 104 2B 1
Octal 3 2 5 50 74 0 142 404 53 1
Binary 11 10 101 101000 111100 0 1100010 100000100 101011 1

Color Harmonies of #030205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030205

Black with #030205

Text Example


Text Example

White with #030205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030205; }

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

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

background-color css

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

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

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

border-color css

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

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

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