Html Css Color HEX #122517 Black Bean

📋 copy color: '#122517'

red 18 ◦ green 37 ◦ blue 23

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

Shades of Black Bean #122517

Tints of Black Bean #122517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 29.49%

R = 23.08%
G = 47.44%
B = 29.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#122517 (or 0x122517) is known color: Black Bean. HEX triplet: 12, 25 and 17. RGB value is (18,37,23). Sum of RGB (Red+Green+Blue) = 18+37+23=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #122517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122517 is #EDDAE8. Grayscale: #1D1D1D. Windows color (decimal): -15588073 or 1516818. OLE color: 1516818.

HSL color Cylindrical-coordinate representation of color #122517: hue angle of 135.79º 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 #122517 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 23 -
CMYK 0.51 0 0.38 0.85
HSL 135.79º 0.35% 0.11% -
HSV(B) 135.79º 0.51% 0.15% -
XYZ 1.07 1.51 1.05 -
YUV 29.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 18 37 23 0.51 0 0.38 0.85 135.79 0.35 0.11
Hex 12 25 17 33 0 26 55 88 23 B
Octal 22 45 27 63 0 46 125 210 43 13
Binary 10010 100101 10111 110011 0 100110 1010101 10001000 100011 1011

Color Harmonies of #122517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122517

Black with #122517

Text Example


Text Example

White with #122517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122517; }

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

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

background-color css

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

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

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

border-color css

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

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

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