#0F180F

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

Shades of Black Bean #0F180F

Tints of Black Bean #0F180F

Color information

#0F180F (or 0x0F180F) is unknown color: approx Black Bean. HEX triplet: 0F, 18 and 0F. RGB value is (15,24,15). Sum of RGB (Red+Green+Blue) = 15+24+15=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180F is #F0E7F0. Grayscale: #141414. Windows color (decimal): -15788017 or 989199. OLE color: 989199.

HSL color Cylindrical-coordinate representation of color #0F180F: hue angle of 120º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F180F is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB152415-
CMYK0.3700.370.91
HSL120º23.08%7.65%-
HSV(B)120º37.5%9.41%-
XYZ0.610.790.57-
YUV20.28125.02124.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=27.78%
G=44.44%
B=27.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524150.3700.370.9112023.087.65
HexF18F250255B78178
Octal173017450451331702710
Binary1111110001111100101010010110110111111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,15); }

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

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

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

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

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

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

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