Html Css Color HEX #18331B Black Bean

📋 copy color: '#18331B'

red 24 ◦ green 51 ◦ blue 27

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

Shades of Black Bean #18331B

Tints of Black Bean #18331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.47%

R = 23.53%
G = 50%
B = 26.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#18331B (or 0x18331B) is known color: Black Bean. HEX triplet: 18, 33 and 1B. RGB value is (24,51,27). Sum of RGB (Red+Green+Blue) = 24+51+27=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #18331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18331B is #E7CCE4. Grayscale: #282828. Windows color (decimal): -15191269 or 1782552. OLE color: 1782552.

HSL color Cylindrical-coordinate representation of color #18331B: hue angle of 126.67º 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 #18331B is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 27 -
CMYK 0.53 0 0.47 0.8
HSL 126.67º 0.36% 0.15% -
HSV(B) 126.67º 0.53% 0.2% -
XYZ 1.76 2.64 1.45 -
YUV 40.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 24 51 27 0.53 0 0.47 0.8 126.67 0.36 0.15
Hex 18 33 1B 35 0 2F 50 7F 24 F
Octal 30 63 33 65 0 57 120 177 44 17
Binary 11000 110011 11011 110101 0 101111 1010000 1111111 100100 1111

Color Harmonies of #18331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18331B

Black with #18331B

Text Example


Text Example

White with #18331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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