#262F28

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

Shades of Black Bean #262F28

Tints of Black Bean #262F28

Color information

#262F28 (or 0x262F28) is unknown color: approx Black Bean. HEX triplet: 26, 2F and 28. RGB value is (38,47,40). Sum of RGB (Red+Green+Blue) = 38+47+40=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 47 - color contains mainly: green. Hex color #262F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F28 is #D9D0D7. Grayscale: #2B2B2B. Windows color (decimal): -14274776 or 2633510. OLE color: 2633510.

HSL color Cylindrical-coordinate representation of color #262F28: hue angle of 133.33º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #262F28 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB384740-
CMYK0.1900.150.82
HSL133.33º10.59%16.67%-
HSV(B)133.33º19.15%18.43%-
XYZ2.22.62.39-
YUV43.51126.02124.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 40 (16.02% from 255) = 32%
R=30.4%
G=37.6%
B=32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3847400.1900.150.82133.3310.5916.67
Hex262F28130F5285b11
Octal465750230171222051321
Binary1001101011111010001001101111101001010000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262F28; }

 p { color: rgb(38,47,40); }

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

<style>
 a { background-color: #262F28; }

 a { background-color: rgb(38,47,40); }

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

<style>
 span { border-color: #262F28; }

 span { border-color: rgb(38,47,40); }

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