Html Css Color HEX #16271B Black Bean

📋 copy color: '#16271B'

red 22 ◦ green 39 ◦ blue 27

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

Shades of Black Bean #16271B

Tints of Black Bean #16271B

RGB

 RED value IS 22 (8.98% from 255) = 25%

 GREEN value IS 39 (15.63% from 255) = 44.32%

 BLUE value IS 27 (10.94% from 255) = 30.68%

R = 25%
G = 44.32%
B = 30.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#16271B (or 0x16271B) is known color: Black Bean. HEX triplet: 16, 27 and 1B. RGB value is (22,39,27). Sum of RGB (Red+Green+Blue) = 22+39+27=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #16271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271B is #E9D8E4. Grayscale: #202020. Windows color (decimal): -15325413 or 1779478. OLE color: 1779478.

HSL color Cylindrical-coordinate representation of color #16271B: hue angle of 137.65º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #16271B is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 22 39 27 -
CMYK 0.44 0 0.31 0.85
HSL 137.65º 0.28% 0.12% -
HSV(B) 137.65º 0.44% 0.15% -
XYZ 1.25 1.7 1.3 -
YUV 32.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 22 39 27 0.44 0 0.31 0.85 137.65 0.28 0.12
Hex 16 27 1B 2C 0 1F 55 8A 1C C
Octal 26 47 33 54 0 37 125 212 34 14
Binary 10110 100111 11011 101100 0 11111 1010101 10001010 11100 1100

Color Harmonies of #16271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16271B

Black with #16271B

Text Example


Text Example

White with #16271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16271B; }

 p { color: rgb(22,39,27); }

 H1.HeaderClassName
 {
   color: #16271B;
 }
 .AnyTagClassName
 {
   color: #16271B;
 }
</style>

background-color css

<style>
 a { background-color: #16271B; }

 a { background-color: rgb(22,39,27); }

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

border-color css

<style>
 span { border-color: #16271B; }

 span { border-color: rgb(22,39,27); }

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