#0C290F

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

Shades of Black Bean #0C290F

Tints of Black Bean #0C290F

Color information

#0C290F (or 0x0C290F) is unknown color: approx Black Bean. HEX triplet: 0C, 29 and 0F. RGB value is (12,41,15). Sum of RGB (Red+Green+Blue) = 12+41+15=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #0C290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C290F is #F3D6F0. Grayscale: #1D1D1D. Windows color (decimal): -15980273 or 993548. OLE color: 993548.

HSL color Cylindrical-coordinate representation of color #0C290F: hue angle of 126.21º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C290F is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB124115-
CMYK0.7100.630.84
HSL126.21º54.72%10.39%-
HSV(B)126.21º70.73%16.08%-
XYZ1.031.70.73-
YUV29.36119.89115.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.65%
GREEN value IS 41 (16.41% from 255) = 60.29%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=17.65%
G=60.29%
B=22.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1241150.7100.630.84126.2154.7210.39
HexC29F4703F547e37a
Octal1451171070771241766712
Binary1100101001111110001110111111101010011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,15); }

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

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

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

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

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

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

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