#0C0725

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

Shades of Black Russian #0C0725

Tints of Black Russian #0C0725

Color information

#0C0725 (or 0x0C0725) is unknown color: approx Black Russian. HEX triplet: 0C, 07 and 25. RGB value is (12,7,37). Sum of RGB (Red+Green+Blue) = 12+7+37=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #0C0725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0725 is #F3F8DA. Grayscale: #0B0B0B. Windows color (decimal): -15988955 or 2426636. OLE color: 2426636.

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

Color convert

RGB12737-
CMYK0.680.8100.85
HSL250º68.18%8.63%-
HSV(B)250º81.08%14.51%-
XYZ0.560.361.79-
YUV11.92142.16128.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 37 (14.84% from 255) = 66.07%
R=21.43%
G=12.5%
B=66.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal127370.680.8100.8525068.188.63
HexC7254451055fa449
Octal14745104121012537210411
Binary110011110010110001001010001010101011111101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0725; }

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

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

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

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

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

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

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

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