Html Css Color HEX #18351C Black Bean

📋 copy color: '#18351C'

red 24 ◦ green 53 ◦ blue 28

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

Shades of Black Bean #18351C

Tints of Black Bean #18351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50.48%

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

R = 22.86%
G = 50.48%
B = 26.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#18351C (or 0x18351C) is known color: Black Bean. HEX triplet: 18, 35 and 1C. RGB value is (24,53,28). Sum of RGB (Red+Green+Blue) = 24+53+28=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #18351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18351C is #E7CAE3. Grayscale: #292929. Windows color (decimal): -15190756 or 1848600. OLE color: 1848600.

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

Color convert

RGB 24 53 28 -
CMYK 0.55 0 0.47 0.79
HSL 128.28º 0.38% 0.15% -
HSV(B) 128.28º 0.55% 0.21% -
XYZ 1.86 2.82 1.55 -
YUV 41.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 24 53 28 0.55 0 0.47 0.79 128.28 0.38 0.15
Hex 18 35 1C 37 0 2F 4F 80 26 F
Octal 30 65 34 67 0 57 117 200 46 17
Binary 11000 110101 11100 110111 0 101111 1001111 10000000 100110 1111

Color Harmonies of #18351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18351C

Black with #18351C

Text Example


Text Example

White with #18351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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