#242F27

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

Shades of Black Bean #242F27

Tints of Black Bean #242F27

Color information

#242F27 (or 0x242F27) is unknown color: approx Black Bean. HEX triplet: 24, 2F and 27. RGB value is (36,47,39). Sum of RGB (Red+Green+Blue) = 36+47+39=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 47 - color contains mainly: green. Hex color #242F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F27 is #DBD0D8. Grayscale: #2A2A2A. Windows color (decimal): -14405849 or 2567972. OLE color: 2567972.

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

Color convert

RGB364739-
CMYK0.2300.170.82
HSL136.36º13.25%16.27%-
HSV(B)136.36º23.4%18.43%-
XYZ2.112.552.3-
YUV42.8125.86123.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.51%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=29.51%
G=38.52%
B=31.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3647390.2300.170.82136.3613.2516.27
Hex242F27170115288d10
Octal445747270211222101520
Binary10010010111110011110111010001101001010001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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