Html Css Color HEX #070A25 Black Russian

📋 copy color: '#070A25'

red 7 ◦ green 10 ◦ blue 37

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

Shades of Black Russian #070A25

Tints of Black Russian #070A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 68.52%

R = 12.96%
G = 18.52%
B = 68.52%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070A25 (or 0x070A25) is known color: Black Russian. HEX triplet: 07, 0A and 25. RGB value is (7,10,37). Sum of RGB (Red+Green+Blue) = 7+10+37=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #070A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A25 is #F8F5DA. Grayscale: #0C0C0C. Windows color (decimal): -16315867 or 2427399. OLE color: 2427399.

HSL color Cylindrical-coordinate representation of color #070A25: hue angle of 234º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #070A25 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 10 37 -
CMYK 0.81 0.73 0 0.85
HSL 234º 0.68% 0.09% -
HSV(B) 234º 0.81% 0.15% -
XYZ 0.53 0.4 1.8 -
YUV 12.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 7 10 37 0.81 0.73 0 0.85 234 0.68 0.09
Hex 7 A 25 51 49 0 55 EA 44 9
Octal 7 12 45 121 111 0 125 352 104 11
Binary 111 1010 100101 1010001 1001001 0 1010101 11101010 1000100 1001

Color Harmonies of #070A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A25

Black with #070A25

Text Example


Text Example

White with #070A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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