Html Css Color HEX #031028 Black Russian

📋 copy color: '#031028'

red 3 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #031028

Tints of Black Russian #031028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

 BLUE value IS 40 (16.02% from 255) = 67.8%

R = 5.08%
G = 27.12%
B = 67.8%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#031028 (or 0x031028) is known color: Black Russian. HEX triplet: 03, 10 and 28. RGB value is (3,16,40). Sum of RGB (Red+Green+Blue) = 3+16+40=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #031028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031028 is #FCEFD7. Grayscale: #0E0E0E. Windows color (decimal): -16576472 or 2625539. OLE color: 2625539.

HSL color Cylindrical-coordinate representation of color #031028: hue angle of 218.92º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031028 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 16 40 -
CMYK 0.93 0.60 0 0.84
HSL 218.92º 0.86% 0.08% -
HSV(B) 218.92º 0.93% 0.16% -
XYZ 0.61 0.54 2.08 -
YUV 14.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 3 16 40 0.93 0.60 0 0.84 218.92 0.86 0.08
Hex 3 10 28 5D 3C 0 54 DB 56 8
Octal 3 20 50 135 74 0 124 333 126 10
Binary 11 10000 101000 1011101 111100 0 1010100 11011011 1010110 1000

Color Harmonies of #031028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031028

Black with #031028

Text Example


Text Example

White with #031028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031028; }

 p { color: rgb(3,16,40); }

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

background-color css

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

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

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

border-color css

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

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

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