#07102B

Color #07102B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #07102B

Tints of Black Russian #07102B

Color information

#07102B (or 0x07102B) is unknown color: approx Black Russian. HEX triplet: 07, 10 and 2B. RGB value is (7,16,43). Sum of RGB (Red+Green+Blue) = 7+16+43=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #07102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07102B is #F8EFD4. Grayscale: #101010. Windows color (decimal): -16314325 or 2822151. OLE color: 2822151.

HSL color Cylindrical-coordinate representation of color #07102B: hue angle of 225º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07102B is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB71643-
CMYK0.840.6300.83
HSL225º72%9.8%-
HSV(B)225º83.72%16.86%-
XYZ0.710.592.36-
YUV16.39143.02121.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 43 (17.19% from 255) = 65.15%
R=10.61%
G=24.24%
B=65.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal716430.840.6300.83225729.8
Hex7102B543F053e148a
Octal7205312477012334111012
Binary111100001010111010100111111010100111110000110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,16,43); }

 H1.HeaderClassName
 {
   color: #07102B;
 }
 .AnyTagClassName
 {
   color: #07102B;
 }
</style>
background-color css

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

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

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

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

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

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