Html Css Color HEX #070727 Black Russian

📋 copy color: '#070727'

red 7 ◦ green 7 ◦ blue 39

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

Shades of Black Russian #070727

Tints of Black Russian #070727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 73.58%

R = 13.21%
G = 13.21%
B = 73.58%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070727 (or 0x070727) is known color: Black Russian. HEX triplet: 07, 07 and 27. RGB value is (7,7,39). Sum of RGB (Red+Green+Blue) = 7+7+39=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 39 (15.62% from 255 or 73.58% from 53); Max value from RGB is 39 - color contains mainly: blue. Hex color #070727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070727 is #F8F8D8. Grayscale: #0A0A0A. Windows color (decimal): -16316633 or 2557703. OLE color: 2557703.

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

Color convert

RGB 7 7 39 -
CMYK 0.82 0.82 0 0.85
HSL 240º 0.7% 0.09% -
HSV(B) 240º 0.82% 0.15% -
XYZ 0.53 0.34 1.96 -
YUV 10.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 7 7 39 0.82 0.82 0 0.85 240 0.7 0.09
Hex 7 7 27 52 52 0 55 F0 46 9
Octal 7 7 47 122 122 0 125 360 106 11
Binary 111 111 100111 1010010 1010010 0 1010101 11110000 1000110 1001

Color Harmonies of #070727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070727

Black with #070727

Text Example


Text Example

White with #070727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070727; }

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

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

background-color css

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

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

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

border-color css

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

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

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