#0B140C

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

Shades of Black Bean #0B140C

Tints of Black Bean #0B140C

Color information

#0B140C (or 0x0B140C) is unknown color: approx Black Bean. HEX triplet: 0B, 14 and 0C. RGB value is (11,20,12). Sum of RGB (Red+Green+Blue) = 11+20+12=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #0B140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B140C is #F4EBF3. Grayscale: #101010. Windows color (decimal): -16051188 or 791563. OLE color: 791563.

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

Color convert

RGB112012-
CMYK0.4500.400.92
HSL126.67º29.03%6.08%-
HSV(B)126.67º45%7.84%-
XYZ0.450.60.44-
YUV16.4125.52124.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=25.58%
G=46.51%
B=27.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1120120.4500.400.92126.6729.036.08
HexB14C2D0285C7f1d6
Octal13241455050134177356
Binary101110100110010110101010001011100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,20,12); }

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

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

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

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

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

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

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