Html Css Color HEX #070025 Black Russian

📋 copy color: '#070025'

red 7 ◦ green 0 ◦ blue 37

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

Shades of Black Russian #070025

Tints of Black Russian #070025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.91%
G = 0%
B = 84.09%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070025 (or 0x070025) is known color: Black Russian. HEX triplet: 07, 00 and 25. RGB value is (7,0,37). Sum of RGB (Red+Green+Blue) = 7+0+37=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 37 (14.84% from 255 or 84.09% from 44); Max value from RGB is 37 - color contains mainly: blue. Hex color #070025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070025 is #F8FFDA. Grayscale: #060606. Windows color (decimal): -16318427 or 2424839. OLE color: 2424839.

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

Color convert

RGB 7 0 37 -
CMYK 0.81 1 0 0.85
HSL 251.35º 1% 0.07% -
HSV(B) 251.35º 1% 0.15% -
XYZ 0.42 0.18 1.76 -
YUV 6.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 7 0 37 0.81 1 0 0.85 251.35 1 0.07
Hex 7 0 25 51 64 0 55 FB 64 7
Octal 7 0 45 121 144 0 125 373 144 7
Binary 111 0 100101 1010001 1100100 0 1010101 11111011 1100100 111

Color Harmonies of #070025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070025

Black with #070025

Text Example


Text Example

White with #070025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070025; }

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

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

background-color css

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

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

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

border-color css

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

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

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