#0C260D

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

Shades of Black Bean #0C260D

Tints of Black Bean #0C260D

Color information

#0C260D (or 0x0C260D) is unknown color: approx Black Bean. HEX triplet: 0C, 26 and 0D. RGB value is (12,38,13). Sum of RGB (Red+Green+Blue) = 12+38+13=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #0C260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C260D is #F3D9F2. Grayscale: #1B1B1B. Windows color (decimal): -15981043 or 861708. OLE color: 861708.

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

Color convert

RGB123813-
CMYK0.6800.660.85
HSL122.31º52%9.8%-
HSV(B)122.31º68.42%14.9%-
XYZ0.921.490.62-
YUV27.38119.89117.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.05%
GREEN value IS 38 (15.23% from 255) = 60.32%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=19.05%
G=60.32%
B=20.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1238130.6800.660.85122.31529.8
HexC26D44042557a34a
Octal14461510401021251726412
Binary11001001101101100010001000010101010111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,38,13); }

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

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

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

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

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

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

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