Html Css Color HEX #070128 Black Russian

📋 copy color: '#070128'

red 7 ◦ green 1 ◦ blue 40

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

Shades of Black Russian #070128

Tints of Black Russian #070128

RGB

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

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

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

R = 14.58%
G = 2.08%
B = 83.33%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#070128 (or 0x070128) is known color: Black Russian. HEX triplet: 07, 01 and 28. RGB value is (7,1,40). Sum of RGB (Red+Green+Blue) = 7+1+40=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 40 (16.02% from 255 or 83.33% from 48); Max value from RGB is 40 - color contains mainly: blue. Hex color #070128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070128 is #F8FED7. Grayscale: #070707. Windows color (decimal): -16318168 or 2621703. OLE color: 2621703.

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

Color convert

RGB 7 1 40 -
CMYK 0.83 0.98 0 0.84
HSL 249.23º 0.95% 0.08% -
HSV(B) 249.23º 0.98% 0.16% -
XYZ 0.48 0.22 2.02 -
YUV 7.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 7 1 40 0.83 0.98 0 0.84 249.23 0.95 0.08
Hex 7 1 28 53 62 0 54 F9 5F 8
Octal 7 1 50 123 142 0 124 371 137 10
Binary 111 1 101000 1010011 1100010 0 1010100 11111001 1011111 1000

Color Harmonies of #070128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070128

Black with #070128

Text Example


Text Example

White with #070128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070128; }

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

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

background-color css

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

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

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

border-color css

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

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

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