Html Css Color HEX #18381D Black Bean

📋 copy color: '#18381D'

red 24 ◦ green 56 ◦ blue 29

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

Shades of Black Bean #18381D

Tints of Black Bean #18381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.38%

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 22.02%
G = 51.38%
B = 26.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#18381D (or 0x18381D) is known color: Black Bean. HEX triplet: 18, 38 and 1D. RGB value is (24,56,29). Sum of RGB (Red+Green+Blue) = 24+56+29=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #18381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18381D is #E7C7E2. Grayscale: #2B2B2B. Windows color (decimal): -15189987 or 1914904. OLE color: 1914904.

HSL color Cylindrical-coordinate representation of color #18381D: hue angle of 129.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18381D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 56 29 -
CMYK 0.57 0 0.48 0.78
HSL 129.38º 0.4% 0.16% -
HSV(B) 129.38º 0.57% 0.22% -
XYZ 2.01 3.11 1.66 -
YUV 43.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 24 56 29 0.57 0 0.48 0.78 129.38 0.4 0.16
Hex 18 38 1D 39 0 30 4E 81 28 10
Octal 30 70 35 71 0 60 116 201 50 20
Binary 11000 111000 11101 111001 0 110000 1001110 10000001 101000 10000

Color Harmonies of #18381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18381D

Black with #18381D

Text Example


Text Example

White with #18381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18381D; }

 p { color: rgb(24,56,29); }

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

background-color css

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

 a { background-color: rgb(24,56,29); }

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

border-color css

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

 span { border-color: rgb(24,56,29); }

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