Html Css Color HEX #163018 Black Bean

📋 copy color: '#163018'

red 22 ◦ green 48 ◦ blue 24

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

Shades of Black Bean #163018

Tints of Black Bean #163018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.06%

 BLUE value IS 24 (9.77% from 255) = 25.53%

R = 23.4%
G = 51.06%
B = 25.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#163018 (or 0x163018) is known color: Black Bean. HEX triplet: 16, 30 and 18. RGB value is (22,48,24). Sum of RGB (Red+Green+Blue) = 22+48+24=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #163018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163018 is #E9CFE7. Grayscale: #252525. Windows color (decimal): -15323112 or 1585174. OLE color: 1585174.

HSL color Cylindrical-coordinate representation of color #163018: hue angle of 124.62º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #163018 is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 22 48 24 -
CMYK 0.54 0 0.5 0.81
HSL 124.62º 0.37% 0.14% -
HSV(B) 124.62º 0.54% 0.19% -
XYZ 1.55 2.35 1.24 -
YUV 37.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 22 48 24 0.54 0 0.5 0.81 124.62 0.37 0.14
Hex 16 30 18 36 0 32 51 7D 25 E
Octal 26 60 30 66 0 62 121 175 45 16
Binary 10110 110000 11000 110110 0 110010 1010001 1111101 100101 1110

Color Harmonies of #163018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163018

Black with #163018

Text Example


Text Example

White with #163018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163018; }

 p { color: rgb(22,48,24); }

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

background-color css

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

 a { background-color: rgb(22,48,24); }

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

border-color css

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

 span { border-color: rgb(22,48,24); }

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