Html Css Color HEX #1F3223 Black Bean

📋 copy color: '#1F3223'

red 31 ◦ green 50 ◦ blue 35

#1F3223
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1F3223

Tints of Black Bean #1F3223

RGB

 RED value IS 31 (12.5% from 255) = 26.72%

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 35 (14.06% from 255) = 30.17%

R = 26.72%
G = 43.1%
B = 30.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#1F3223 (or 0x1F3223) is known color: Black Bean. HEX triplet: 1F, 32 and 23. RGB value is (31,50,35). Sum of RGB (Red+Green+Blue) = 31+50+35=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3223 is #E0CDDC. Grayscale: #2A2A2A. Windows color (decimal): -14732765 or 2306591. OLE color: 2306591.

HSL color Cylindrical-coordinate representation of color #1F3223: hue angle of 132.63º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F3223 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 50 35 -
CMYK 0.38 0 0.30 0.80
HSL 132.63º 0.23% 0.16% -
HSV(B) 132.63º 0.38% 0.2% -
XYZ 2.01 2.69 2 -
YUV 42.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 31 50 35 0.38 0 0.30 0.80 132.63 0.23 0.16
Hex 1F 32 23 26 0 1E 50 85 17 10
Octal 37 62 43 46 0 36 120 205 27 20
Binary 11111 110010 100011 100110 0 11110 1010000 10000101 10111 10000

Color Harmonies of #1F3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3223

Black with #1F3223

Text Example


Text Example

White with #1F3223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F3223;
 }
 .AnyTagClassName
 {
   color: #1F3223;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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