Html Css Color HEX #030119 Black Russian

📋 copy color: '#030119'

red 3 ◦ green 1 ◦ blue 25

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

Shades of Black Russian #030119

Tints of Black Russian #030119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.45%

 BLUE value IS 25 (10.16% from 255) = 86.21%

R = 10.34%
G = 3.45%
B = 86.21%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#030119 (or 0x030119) is known color: Black Russian. HEX triplet: 03, 01 and 19. RGB value is (3,1,25). Sum of RGB (Red+Green+Blue) = 3+1+25=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 25 (10.16% from 255 or 86.21% from 29); Max value from RGB is 25 - color contains mainly: blue. Hex color #030119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030119 is #FCFEE6. Grayscale: #040404. Windows color (decimal): -16580327 or 1638659. OLE color: 1638659.

HSL color Cylindrical-coordinate representation of color #030119: hue angle of 245º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030119 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 1 25 -
CMYK 0.88 0.96 0 0.90
HSL 245º 0.92% 0.05% -
HSV(B) 245º 0.96% 0.1% -
XYZ 0.22 0.11 0.93 -
YUV 4.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 3 1 25 0.88 0.96 0 0.90 245 0.92 0.05
Hex 3 1 19 58 60 0 5A F5 5C 5
Octal 3 1 31 130 140 0 132 365 134 5
Binary 11 1 11001 1011000 1100000 0 1011010 11110101 1011100 101

Color Harmonies of #030119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030119

Black with #030119

Text Example


Text Example

White with #030119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030119; }

 p { color: rgb(3,1,25); }

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

background-color css

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

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

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

border-color css

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

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

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