#0A1D0F

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

Shades of Black Bean #0A1D0F

Tints of Black Bean #0A1D0F

Color information

#0A1D0F (or 0x0A1D0F) is unknown color: approx Black Bean. HEX triplet: 0A, 1D and 0F. RGB value is (10,29,15). Sum of RGB (Red+Green+Blue) = 10+29+15=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D0F is #F5E2F0. Grayscale: #151515. Windows color (decimal): -16114417 or 990474. OLE color: 990474.

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

Color convert

RGB102915-
CMYK0.6600.480.89
HSL135.79º48.72%7.65%-
HSV(B)135.79º65.52%11.37%-
XYZ0.650.980.61-
YUV21.72124.21119.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 29 (11.72% from 255) = 53.70%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=18.52%
G=53.70%
B=27.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1029150.6600.480.89135.7948.727.65
HexA1DF420305988318
Octal1235171020601312106110
Binary1010111011111100001001100001011001100010001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,29,15); }

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

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

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

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

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

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

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