Html Css Color HEX #18361C Black Bean

📋 copy color: '#18361C'

red 24 ◦ green 54 ◦ blue 28

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

Shades of Black Bean #18361C

Tints of Black Bean #18361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 50.94%

 BLUE value IS 28 (11.33% from 255) = 26.42%

R = 22.64%
G = 50.94%
B = 26.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#18361C (or 0x18361C) is known color: Black Bean. HEX triplet: 18, 36 and 1C. RGB value is (24,54,28). Sum of RGB (Red+Green+Blue) = 24+54+28=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #18361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361C is #E7C9E3. Grayscale: #2A2A2A. Windows color (decimal): -15190500 or 1848856. OLE color: 1848856.

HSL color Cylindrical-coordinate representation of color #18361C: hue angle of 128º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18361C is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 54 28 -
CMYK 0.56 0 0.48 0.79
HSL 128º 0.38% 0.15% -
HSV(B) 128º 0.56% 0.21% -
XYZ 1.91 2.92 1.56 -
YUV 42.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 24 54 28 0.56 0 0.48 0.79 128 0.38 0.15
Hex 18 36 1C 38 0 30 4F 80 26 F
Octal 30 66 34 70 0 60 117 200 46 17
Binary 11000 110110 11100 111000 0 110000 1001111 10000000 100110 1111

Color Harmonies of #18361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18361C

Black with #18361C

Text Example


Text Example

White with #18361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18361C; }

 p { color: rgb(24,54,28); }

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

background-color css

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

 a { background-color: rgb(24,54,28); }

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

border-color css

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

 span { border-color: rgb(24,54,28); }

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