#0D270F

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

Shades of Black Bean #0D270F

Tints of Black Bean #0D270F

Color information

#0D270F (or 0x0D270F) is unknown color: approx Black Bean. HEX triplet: 0D, 27 and 0F. RGB value is (13,39,15). Sum of RGB (Red+Green+Blue) = 13+39+15=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #0D270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D270F is #F2D8F0. Grayscale: #1C1C1C. Windows color (decimal): -15915249 or 993037. OLE color: 993037.

HSL color Cylindrical-coordinate representation of color #0D270F: hue angle of 124.62º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D270F is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB133915-
CMYK0.6700.620.85
HSL124.62º50%10.2%-
HSV(B)124.62º66.67%15.29%-
XYZ0.981.570.7-
YUV28.49120.39116.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 39 (15.62% from 255) = 58.21%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=19.40%
G=58.21%
B=22.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1339150.6700.620.85124.625010.2
HexD27F4303E557d32a
Octal1547171030761251756212
Binary1101100111111110000110111110101010111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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