Html Css Color HEX #071028 Black Russian

📋 copy color: '#071028'

red 7 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #071028

Tints of Black Russian #071028

RGB

 RED value IS 7 (3.13% from 255) = 11.11%

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

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

R = 11.11%
G = 25.4%
B = 63.49%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071028 (or 0x071028) is known color: Black Russian. HEX triplet: 07, 10 and 28. RGB value is (7,16,40). Sum of RGB (Red+Green+Blue) = 7+16+40=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #071028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071028 is #F8EFD7. Grayscale: #0F0F0F. Windows color (decimal): -16314328 or 2625543. OLE color: 2625543.

HSL color Cylindrical-coordinate representation of color #071028: hue angle of 223.64º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071028 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 16 40 -
CMYK 0.83 0.60 0 0.84
HSL 223.64º 0.7% 0.09% -
HSV(B) 223.64º 0.83% 0.16% -
XYZ 0.66 0.57 2.08 -
YUV 16.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 7 16 40 0.83 0.60 0 0.84 223.64 0.7 0.09
Hex 7 10 28 53 3C 0 54 E0 46 9
Octal 7 20 50 123 74 0 124 340 106 11
Binary 111 10000 101000 1010011 111100 0 1010100 11100000 1000110 1001

Color Harmonies of #071028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071028

Black with #071028

Text Example


Text Example

White with #071028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071028; }

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

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

background-color css

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

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

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

border-color css

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

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

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