Html Css Color HEX #122917 Black Bean

📋 copy color: '#122917'

red 18 ◦ green 41 ◦ blue 23

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

Shades of Black Bean #122917

Tints of Black Bean #122917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 50%

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

R = 21.95%
G = 50%
B = 28.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#122917 (or 0x122917) is known color: Black Bean. HEX triplet: 12, 29 and 17. RGB value is (18,41,23). Sum of RGB (Red+Green+Blue) = 18+41+23=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #122917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122917 is #EDD6E8. Grayscale: #202020. Windows color (decimal): -15587049 or 1517842. OLE color: 1517842.

HSL color Cylindrical-coordinate representation of color #122917: hue angle of 133.04º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122917 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 23 -
CMYK 0.56 0 0.44 0.84
HSL 133.04º 0.39% 0.12% -
HSV(B) 133.04º 0.56% 0.16% -
XYZ 1.2 1.78 1.09 -
YUV 32.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 18 41 23 0.56 0 0.44 0.84 133.04 0.39 0.12
Hex 12 29 17 38 0 2C 54 85 27 C
Octal 22 51 27 70 0 54 124 205 47 14
Binary 10010 101001 10111 111000 0 101100 1010100 10000101 100111 1100

Color Harmonies of #122917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122917

Black with #122917

Text Example


Text Example

White with #122917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122917; }

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

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

background-color css

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

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

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

border-color css

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

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

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