Html Css Color HEX #070A28 Black Russian

📋 copy color: '#070A28'

red 7 ◦ green 10 ◦ blue 40

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

Shades of Black Russian #070A28

Tints of Black Russian #070A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.54%

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

R = 12.28%
G = 17.54%
B = 70.18%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#070A28 (or 0x070A28) is known color: Black Russian. HEX triplet: 07, 0A and 28. RGB value is (7,10,40). Sum of RGB (Red+Green+Blue) = 7+10+40=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #070A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A28 is #F8F5D7. Grayscale: #0C0C0C. Windows color (decimal): -16315864 or 2624007. OLE color: 2624007.

HSL color Cylindrical-coordinate representation of color #070A28: hue angle of 234.55º 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 #070A28 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 10 40 -
CMYK 0.83 0.75 0 0.84
HSL 234.55º 0.7% 0.09% -
HSV(B) 234.55º 0.83% 0.16% -
XYZ 0.58 0.42 2.06 -
YUV 12.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 7 10 40 0.83 0.75 0 0.84 234.55 0.7 0.09
Hex 7 A 28 53 4B 0 54 EB 46 9
Octal 7 12 50 123 113 0 124 353 106 11
Binary 111 1010 101000 1010011 1001011 0 1010100 11101011 1000110 1001

Color Harmonies of #070A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A28

Black with #070A28

Text Example


Text Example

White with #070A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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