#0D180F

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

Shades of Black Bean #0D180F

Tints of Black Bean #0D180F

Color information

#0D180F (or 0x0D180F) is unknown color: approx Black Bean. HEX triplet: 0D, 18 and 0F. RGB value is (13,24,15). Sum of RGB (Red+Green+Blue) = 13+24+15=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180F is #F2E7F0. Grayscale: #131313. Windows color (decimal): -15919089 or 989197. OLE color: 989197.

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

Color convert

RGB132415-
CMYK0.4600.370.91
HSL130.91º29.73%7.25%-
HSV(B)130.91º45.83%9.41%-
XYZ0.580.770.57-
YUV19.68125.36123.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 46.15%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=25%
G=46.15%
B=28.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1324150.4600.370.91130.9129.737.25
HexD18F2E0255B831e7
Octal15301756045133203367
Binary1101110001111101110010010110110111000001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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