Html Css Color HEX #163319 Black Bean

📋 copy color: '#163319'

red 22 ◦ green 51 ◦ blue 25

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

Shades of Black Bean #163319

Tints of Black Bean #163319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 52.04%

 BLUE value IS 25 (10.16% from 255) = 25.51%

R = 22.45%
G = 52.04%
B = 25.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#163319 (or 0x163319) is known color: Black Bean. HEX triplet: 16, 33 and 19. RGB value is (22,51,25). Sum of RGB (Red+Green+Blue) = 22+51+25=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #163319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163319 is #E9CCE6. Grayscale: #272727. Windows color (decimal): -15322343 or 1651478. OLE color: 1651478.

HSL color Cylindrical-coordinate representation of color #163319: hue angle of 126.21º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163319 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 22 51 25 -
CMYK 0.57 0 0.51 0.8
HSL 126.21º 0.4% 0.14% -
HSV(B) 126.21º 0.57% 0.2% -
XYZ 1.69 2.61 1.33 -
YUV 39.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 22 51 25 0.57 0 0.51 0.8 126.21 0.4 0.14
Hex 16 33 19 39 0 33 50 7E 28 E
Octal 26 63 31 71 0 63 120 176 50 16
Binary 10110 110011 11001 111001 0 110011 1010000 1111110 101000 1110

Color Harmonies of #163319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163319

Black with #163319

Text Example


Text Example

White with #163319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163319; }

 p { color: rgb(22,51,25); }

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

background-color css

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

 a { background-color: rgb(22,51,25); }

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

border-color css

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

 span { border-color: rgb(22,51,25); }

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