#232F27

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

Shades of Black Bean #232F27

Tints of Black Bean #232F27

Color information

#232F27 (or 0x232F27) is unknown color: approx Black Bean. HEX triplet: 23, 2F and 27. RGB value is (35,47,39). Sum of RGB (Red+Green+Blue) = 35+47+39=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 47 - color contains mainly: green. Hex color #232F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F27 is #DCD0D8. Grayscale: #2A2A2A. Windows color (decimal): -14471385 or 2567971. OLE color: 2567971.

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

Color convert

RGB354739-
CMYK0.2600.170.82
HSL140º14.63%16.08%-
HSV(B)140º25.53%18.43%-
XYZ2.082.542.3-
YUV42.5126.02122.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=28.93%
G=38.84%
B=32.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3547390.2600.170.8214014.6316.08
Hex232F271A011528cf10
Octal435747320211222141720
Binary10001110111110011111010010001101001010001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232F27; }

 p { color: rgb(35,47,39); }

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

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

 a { background-color: rgb(35,47,39); }

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

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

 span { border-color: rgb(35,47,39); }

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