Html Css Color HEX #070625 Black Russian

📋 copy color: '#070625'

red 7 ◦ green 6 ◦ blue 37

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

Shades of Black Russian #070625

Tints of Black Russian #070625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12%

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

R = 14%
G = 12%
B = 74%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070625 (or 0x070625) is known color: Black Russian. HEX triplet: 07, 06 and 25. RGB value is (7,6,37). Sum of RGB (Red+Green+Blue) = 7+6+37=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 37 (14.84% from 255 or 74% from 50); Max value from RGB is 37 - color contains mainly: blue. Hex color #070625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070625 is #F8F9DA. Grayscale: #090909. Windows color (decimal): -16316891 or 2426375. OLE color: 2426375.

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

Color convert

RGB 7 6 37 -
CMYK 0.81 0.84 0 0.85
HSL 241.94º 0.72% 0.08% -
HSV(B) 241.94º 0.84% 0.15% -
XYZ 0.49 0.31 1.78 -
YUV 9.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 7 6 37 0.81 0.84 0 0.85 241.94 0.72 0.08
Hex 7 6 25 51 54 0 55 F2 48 8
Octal 7 6 45 121 124 0 125 362 110 10
Binary 111 110 100101 1010001 1010100 0 1010101 11110010 1001000 1000

Color Harmonies of #070625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070625

Black with #070625

Text Example


Text Example

White with #070625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070625; }

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

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

background-color css

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

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

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

border-color css

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

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

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