#0C1B10

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

Shades of Black Bean #0C1B10

Tints of Black Bean #0C1B10

Color information

#0C1B10 (or 0x0C1B10) is unknown color: approx Black Bean. HEX triplet: 0C, 1B and 10. RGB value is (12,27,16). Sum of RGB (Red+Green+Blue) = 12+27+16=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B10 is #F3E4EF. Grayscale: #151515. Windows color (decimal): -15983856 or 1055500. OLE color: 1055500.

HSL color Cylindrical-coordinate representation of color #0C1B10: hue angle of 136º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C1B10 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB122716-
CMYK0.5600.410.89
HSL136º38.46%7.65%-
HSV(B)136º55.56%10.59%-
XYZ0.640.90.63-
YUV21.26125.03121.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.82%
GREEN value IS 27 (10.94% from 255) = 49.09%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=21.82%
G=49.09%
B=29.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1227160.5600.410.8913638.467.65
HexC1B10380295988268
Octal143320700511312104610
Binary1100110111000011100001010011011001100010001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,27,16); }

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

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

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

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

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

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

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