#1F2F23

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

Shades of Black Bean #1F2F23

Tints of Black Bean #1F2F23

Color information

#1F2F23 (or 0x1F2F23) is unknown color: approx Black Bean. HEX triplet: 1F, 2F and 23. RGB value is (31,47,35). Sum of RGB (Red+Green+Blue) = 31+47+35=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F23 is #E0D0DC. Grayscale: #282828. Windows color (decimal): -14733533 or 2305823. OLE color: 2305823.

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

Color convert

RGB314735-
CMYK0.3400.260.82
HSL135º20.51%15.29%-
HSV(B)135º34.04%18.43%-
XYZ1.882.451.96-
YUV40.85124.7120.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 47 (18.75% from 255) = 41.59%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=27.43%
G=41.59%
B=30.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3147350.3400.260.8213520.5115.29
Hex1F2F232201A528715f
Octal375743420321222072517
Binary11111101111100011100010011010101001010000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2F23; }

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

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

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

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

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

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

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

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