Html Css Color HEX #030304 Black Russian

📋 copy color: '#030304'

red 3 ◦ green 3 ◦ blue 4

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

Shades of Black Russian #030304

Tints of Black Russian #030304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#030304 (or 0x030304) is known color: Black Russian. HEX triplet: 03, 03 and 04. RGB value is (3,3,4). Sum of RGB (Red+Green+Blue) = 3+3+4=10 (1% of max value = 765). Red value is 3 (1.56% from 255 or 30% from 10); Green value is 3 (1.56% from 255 or 30% from 10); Blue value is 4 (1.95% from 255 or 40% from 10); Max value from RGB is 4 - color contains mainly: blue. Hex color #030304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030304 is #FCFCFB. Grayscale: #030303. Windows color (decimal): -16579836 or 262915. OLE color: 262915.

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

Color convert

RGB 3 3 4 -
CMYK 0.25 0.25 0 0.98
HSL 240º 0.14% 0.01% -
HSV(B) 240º 0.25% 0.02% -
XYZ 0.09 0.09 0.13 -
YUV 3.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 3 3 4 0.25 0.25 0 0.98 240 0.14 0.01
Hex 3 3 4 19 19 0 62 F0 E 1
Octal 3 3 4 31 31 0 142 360 16 1
Binary 11 11 100 11001 11001 0 1100010 11110000 1110 1

Color Harmonies of #030304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030304

Black with #030304

Text Example


Text Example

White with #030304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030304; }

 p { color: rgb(3,3,4); }

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

background-color css

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

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

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

border-color css

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

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

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