#0F2C13

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

Shades of Black Bean #0F2C13

Tints of Black Bean #0F2C13

Color information

#0F2C13 (or 0x0F2C13) is unknown color: approx Black Bean. HEX triplet: 0F, 2C and 13. RGB value is (15,44,19). Sum of RGB (Red+Green+Blue) = 15+44+19=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #0F2C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2C13 is #F0D3EC. Grayscale: #202020. Windows color (decimal): -15782893 or 1256463. OLE color: 1256463.

HSL color Cylindrical-coordinate representation of color #0F2C13: hue angle of 128.28º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F2C13 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB154419-
CMYK0.6600.570.83
HSL128.28º49.15%11.57%-
HSV(B)128.28º65.91%17.25%-
XYZ1.221.950.93-
YUV32.48120.39115.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 44 (17.58% from 255) = 56.41%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=19.23%
G=56.41%
B=24.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1544190.6600.570.83128.2849.1511.57
HexF2C1342039538031c
Octal1754231020711232006114
Binary111110110010011100001001110011010011100000001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,44,19); }

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

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

 a { background-color: rgb(15,44,19); }

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

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

 span { border-color: rgb(15,44,19); }

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