#1B301F

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

Shades of Black Bean #1B301F

Tints of Black Bean #1B301F

Color information

#1B301F (or 0x1B301F) is unknown color: approx Black Bean. HEX triplet: 1B, 30 and 1F. RGB value is (27,48,31). Sum of RGB (Red+Green+Blue) = 27+48+31=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #1B301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B301F is #E4CFE0. Grayscale: #272727. Windows color (decimal): -14995425 or 2043931. OLE color: 2043931.

HSL color Cylindrical-coordinate representation of color #1B301F: hue angle of 131.43º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B301F is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB274831-
CMYK0.4400.350.81
HSL131.43º28%14.71%-
HSV(B)131.43º43.75%18.82%-
XYZ1.762.451.68-
YUV39.78123.04118.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.47%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=25.47%
G=45.28%
B=29.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748310.4400.350.81131.432814.71
Hex1B301F2C02351831cf
Octal336037540431212033417
Binary11011110000111111011000100011101000110000011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B301F; }

 p { color: rgb(27,48,31); }

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

<style>
 a { background-color: #1B301F; }

 a { background-color: rgb(27,48,31); }

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

<style>
 span { border-color: #1B301F; }

 span { border-color: rgb(27,48,31); }

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