Html Css Color HEX #070725 Black Russian

📋 copy color: '#070725'

red 7 ◦ green 7 ◦ blue 37

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

Shades of Black Russian #070725

Tints of Black Russian #070725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.73%

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

R = 13.73%
G = 13.73%
B = 72.55%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070725 (or 0x070725) is known color: Black Russian. HEX triplet: 07, 07 and 25. RGB value is (7,7,37). Sum of RGB (Red+Green+Blue) = 7+7+37=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 37 (14.84% from 255 or 72.55% from 51); Max value from RGB is 37 - color contains mainly: blue. Hex color #070725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070725 is #F8F8DA. Grayscale: #0A0A0A. Windows color (decimal): -16316635 or 2426631. OLE color: 2426631.

HSL color Cylindrical-coordinate representation of color #070725: hue angle of 240º 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 #070725 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 7 37 -
CMYK 0.81 0.81 0 0.85
HSL 240º 0.68% 0.09% -
HSV(B) 240º 0.81% 0.15% -
XYZ 0.5 0.33 1.79 -
YUV 10.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 7 7 37 0.81 0.81 0 0.85 240 0.68 0.09
Hex 7 7 25 51 51 0 55 F0 44 9
Octal 7 7 45 121 121 0 125 360 104 11
Binary 111 111 100101 1010001 1010001 0 1010101 11110000 1000100 1001

Color Harmonies of #070725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070725

Black with #070725

Text Example


Text Example

White with #070725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070725; }

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

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

background-color css

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

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

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

border-color css

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

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

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