#0C0925

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

Shades of Black Russian #0C0925

Tints of Black Russian #0C0925

Color information

#0C0925 (or 0x0C0925) is unknown color: approx Black Russian. HEX triplet: 0C, 09 and 25. RGB value is (12,9,37). Sum of RGB (Red+Green+Blue) = 12+9+37=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #0C0925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0925 is #F3F6DA. Grayscale: #0C0C0C. Windows color (decimal): -15988443 or 2427148. OLE color: 2427148.

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

Color convert

RGB12937-
CMYK0.680.7600.85
HSL246.43º60.87%9.02%-
HSV(B)246.43º75.68%14.51%-
XYZ0.580.411.8-
YUV13.09141.49127.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.69%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 37 (14.84% from 255) = 63.79%
R=20.69%
G=15.52%
B=63.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal129370.680.7600.85246.4360.879.02
HexC925444C055f63d9
Octal14114510411401253667511
Binary110010011001011000100100110001010101111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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