#262A27

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

Shades of Black Bean #262A27

Tints of Black Bean #262A27

Color information

#262A27 (or 0x262A27) is unknown color: approx Black Bean. HEX triplet: 26, 2A and 27. RGB value is (38,42,39). Sum of RGB (Red+Green+Blue) = 38+42+39=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 42 - color contains mainly: green. Hex color #262A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A27 is #D9D5D8. Grayscale: #282828. Windows color (decimal): -14276057 or 2566694. OLE color: 2566694.

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

Color convert

RGB384239-
CMYK0.1000.070.84
HSL135º5%15.69%-
HSV(B)135º9.52%16.47%-
XYZ1.992.212.24-
YUV40.46127.17126.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=31.93%
G=35.29%
B=32.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3842390.1000.070.84135515.69
Hex262A27A075487510
Octal4652471207124207520
Binary1001101010101001111010011110101001000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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