Html Css Color HEX #07081B Black Russian

📋 copy color: '#07081B'

red 7 ◦ green 8 ◦ blue 27

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

Shades of Black Russian #07081B

Tints of Black Russian #07081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.05%

 BLUE value IS 27 (10.94% from 255) = 64.29%

R = 16.67%
G = 19.05%
B = 64.29%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07081B (or 0x07081B) is known color: Black Russian. HEX triplet: 07, 08 and 1B. RGB value is (7,8,27). Sum of RGB (Red+Green+Blue) = 7+8+27=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #07081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081B is #F8F7E4. Grayscale: #090909. Windows color (decimal): -16316389 or 1771527. OLE color: 1771527.

HSL color Cylindrical-coordinate representation of color #07081B: hue angle of 237º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #07081B is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 8 27 -
CMYK 0.74 0.70 0 0.89
HSL 237º 0.59% 0.07% -
HSV(B) 237º 0.74% 0.11% -
XYZ 0.37 0.3 1.07 -
YUV 9.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 7 8 27 0.74 0.70 0 0.89 237 0.59 0.07
Hex 7 8 1B 4A 46 0 59 ED 3B 7
Octal 7 10 33 112 106 0 131 355 73 7
Binary 111 1000 11011 1001010 1000110 0 1011001 11101101 111011 111

Color Harmonies of #07081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07081B

Black with #07081B

Text Example


Text Example

White with #07081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07081B; }

 p { color: rgb(7,8,27); }

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

background-color css

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

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

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

border-color css

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

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

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