#262D28

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

Shades of Black Bean #262D28

Tints of Black Bean #262D28

Color information

#262D28 (or 0x262D28) is unknown color: approx Black Bean. HEX triplet: 26, 2D and 28. RGB value is (38,45,40). Sum of RGB (Red+Green+Blue) = 38+45+40=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 45 - color contains mainly: green. Hex color #262D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D28 is #D9D2D7. Grayscale: #2A2A2A. Windows color (decimal): -14275288 or 2632998. OLE color: 2632998.

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

Color convert

RGB384540-
CMYK0.1600.110.82
HSL137.14º8.43%16.27%-
HSV(B)137.14º15.56%17.65%-
XYZ2.122.442.37-
YUV42.34126.68124.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=30.89%
G=36.59%
B=32.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3845400.1600.110.82137.148.4316.27
Hex262D28100B5289810
Octal465550200131222111020
Binary1001101011011010001000001011101001010001001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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