#262927

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

Shades of Black Bean #262927

Tints of Black Bean #262927

Color information

#262927 (or 0x262927) is unknown color: approx Black Bean. HEX triplet: 26, 29 and 27. RGB value is (38,41,39). Sum of RGB (Red+Green+Blue) = 38+41+39=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 41 - color contains mainly: green. Hex color #262927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262927 is #D9D6D8. Grayscale: #272727. Windows color (decimal): -14276313 or 2566438. OLE color: 2566438.

HSL color Cylindrical-coordinate representation of color #262927: hue angle of 140º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #262927 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB384139-
CMYK0.0700.050.84
HSL140º3.8%15.49%-
HSV(B)140º7.32%16.08%-
XYZ1.962.142.23-
YUV39.88127.51126.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=32.20%
G=34.75%
B=33.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3841390.0700.050.841403.815.49
Hex262927705548c4f
Octal465147705124214417
Binary10011010100110011111101011010100100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262927; }

 p { color: rgb(38,41,39); }

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

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

 a { background-color: rgb(38,41,39); }

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

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

 span { border-color: rgb(38,41,39); }

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