Html Css Color HEX #122518 Black Bean

📋 copy color: '#122518'

red 18 ◦ green 37 ◦ blue 24

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

Shades of Black Bean #122518

Tints of Black Bean #122518

RGB

 RED value IS 18 (7.42% from 255) = 22.78%

 GREEN value IS 37 (14.84% from 255) = 46.84%

 BLUE value IS 24 (9.77% from 255) = 30.38%

R = 22.78%
G = 46.84%
B = 30.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#122518 (or 0x122518) is known color: Black Bean. HEX triplet: 12, 25 and 18. RGB value is (18,37,24). Sum of RGB (Red+Green+Blue) = 18+37+24=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #122518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122518 is #EDDAE7. Grayscale: #1D1D1D. Windows color (decimal): -15588072 or 1582354. OLE color: 1582354.

HSL color Cylindrical-coordinate representation of color #122518: hue angle of 138.95º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #122518 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 24 -
CMYK 0.51 0 0.35 0.85
HSL 138.95º 0.35% 0.11% -
HSV(B) 138.95º 0.51% 0.15% -
XYZ 1.08 1.52 1.1 -
YUV 29.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 18 37 24 0.51 0 0.35 0.85 138.95 0.35 0.11
Hex 12 25 18 33 0 23 55 8B 23 B
Octal 22 45 30 63 0 43 125 213 43 13
Binary 10010 100101 11000 110011 0 100011 1010101 10001011 100011 1011

Color Harmonies of #122518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122518

Black with #122518

Text Example


Text Example

White with #122518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122518; }

 p { color: rgb(18,37,24); }

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

background-color css

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

 a { background-color: rgb(18,37,24); }

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

border-color css

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

 span { border-color: rgb(18,37,24); }

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