Html Css Color HEX #070B27 Black Russian

📋 copy color: '#070B27'

red 7 ◦ green 11 ◦ blue 39

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

Shades of Black Russian #070B27

Tints of Black Russian #070B27

RGB

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

 GREEN value IS 11 (4.69% from 255) = 19.3%

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

R = 12.28%
G = 19.3%
B = 68.42%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070B27 (or 0x070B27) is known color: Black Russian. HEX triplet: 07, 0B and 27. RGB value is (7,11,39). Sum of RGB (Red+Green+Blue) = 7+11+39=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #070B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B27 is #F8F4D8. Grayscale: #0C0C0C. Windows color (decimal): -16315609 or 2558727. OLE color: 2558727.

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

Color convert

RGB 7 11 39 -
CMYK 0.82 0.72 0 0.85
HSL 232.5º 0.7% 0.09% -
HSV(B) 232.5º 0.82% 0.15% -
XYZ 0.57 0.43 1.97 -
YUV 13 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 7 11 39 0.82 0.72 0 0.85 232.5 0.7 0.09
Hex 7 B 27 52 48 0 55 E8 46 9
Octal 7 13 47 122 110 0 125 350 106 11
Binary 111 1011 100111 1010010 1001000 0 1010101 11101000 1000110 1001

Color Harmonies of #070B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B27

Black with #070B27

Text Example


Text Example

White with #070B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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