Html Css Color HEX #18331E Black Bean

📋 copy color: '#18331E'

red 24 ◦ green 51 ◦ blue 30

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

Shades of Black Bean #18331E

Tints of Black Bean #18331E

RGB

 RED value IS 24 (9.77% from 255) = 22.86%

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 22.86%
G = 48.57%
B = 28.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#18331E (or 0x18331E) is known color: Black Bean. HEX triplet: 18, 33 and 1E. RGB value is (24,51,30). Sum of RGB (Red+Green+Blue) = 24+51+30=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #18331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18331E is #E7CCE1. Grayscale: #282828. Windows color (decimal): -15191266 or 1979160. OLE color: 1979160.

HSL color Cylindrical-coordinate representation of color #18331E: hue angle of 133.33º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18331E is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 30 -
CMYK 0.53 0 0.41 0.8
HSL 133.33º 0.36% 0.15% -
HSV(B) 133.33º 0.53% 0.2% -
XYZ 1.79 2.66 1.65 -
YUV 40.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 24 51 30 0.53 0 0.41 0.8 133.33 0.36 0.15
Hex 18 33 1E 35 0 29 50 85 24 F
Octal 30 63 36 65 0 51 120 205 44 17
Binary 11000 110011 11110 110101 0 101001 1010000 10000101 100100 1111

Color Harmonies of #18331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18331E

Black with #18331E

Text Example


Text Example

White with #18331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18331E; }

 p { color: rgb(24,51,30); }

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

background-color css

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

 a { background-color: rgb(24,51,30); }

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

border-color css

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

 span { border-color: rgb(24,51,30); }

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