#0C150C

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

Shades of Black Bean #0C150C

Tints of Black Bean #0C150C

Color information

#0C150C (or 0x0C150C) is unknown color: approx Black Bean. HEX triplet: 0C, 15 and 0C. RGB value is (12,21,12). Sum of RGB (Red+Green+Blue) = 12+21+12=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0C150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C150C is #F3EAF3. Grayscale: #111111. Windows color (decimal): -15985396 or 791820. OLE color: 791820.

HSL color Cylindrical-coordinate representation of color #0C150C: hue angle of 120º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C150C is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB122112-
CMYK0.4300.430.92
HSL120º27.27%6.47%-
HSV(B)120º42.86%8.24%-
XYZ0.490.640.45-
YUV17.28125.02124.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=26.67%
G=46.67%
B=26.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1221120.4300.430.9212027.276.47
HexC15C2B02B5C781b6
Octal14251453053134170336
Binary110010101110010101101010111011100111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,21,12); }

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

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

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

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

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

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

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