#0C1A0D

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

Shades of Black Bean #0C1A0D

Tints of Black Bean #0C1A0D

Color information

#0C1A0D (or 0x0C1A0D) is unknown color: approx Black Bean. HEX triplet: 0C, 1A and 0D. RGB value is (12,26,13). Sum of RGB (Red+Green+Blue) = 12+26+13=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A0D is #F3E5F2. Grayscale: #141414. Windows color (decimal): -15984115 or 858636. OLE color: 858636.

HSL color Cylindrical-coordinate representation of color #0C1A0D: hue angle of 124.29º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C1A0D is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB122613-
CMYK0.5400.50.90
HSL124.29º36.84%7.45%-
HSV(B)124.29º53.85%10.2%-
XYZ0.590.850.51-
YUV20.33123.86122.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 26 (10.55% from 255) = 50.98%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=23.53%
G=50.98%
B=25.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1226130.5400.50.90124.2936.847.45
HexC1AD360325A7c257
Octal14321566062132174457
Binary1100110101101110110011001010110101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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