Html Css Color HEX #123217 Black Bean

📋 copy color: '#123217'

red 18 ◦ green 50 ◦ blue 23

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

Shades of Black Bean #123217

Tints of Black Bean #123217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 54.95%

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

R = 19.78%
G = 54.95%
B = 25.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#123217 (or 0x123217) is known color: Black Bean. HEX triplet: 12, 32 and 17. RGB value is (18,50,23). Sum of RGB (Red+Green+Blue) = 18+50+23=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #123217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123217 is #EDCDE8. Grayscale: #252525. Windows color (decimal): -15584745 or 1520146. OLE color: 1520146.

HSL color Cylindrical-coordinate representation of color #123217: hue angle of 129.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123217 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 23 -
CMYK 0.64 0 0.54 0.80
HSL 129.38º 0.47% 0.13% -
HSV(B) 129.38º 0.64% 0.2% -
XYZ 1.54 2.47 1.21 -
YUV 37.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 18 50 23 0.64 0 0.54 0.80 129.38 0.47 0.13
Hex 12 32 17 40 0 36 50 81 2F D
Octal 22 62 27 100 0 66 120 201 57 15
Binary 10010 110010 10111 1000000 0 110110 1010000 10000001 101111 1101

Color Harmonies of #123217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123217

Black with #123217

Text Example


Text Example

White with #123217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123217; }

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

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

background-color css

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

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

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

border-color css

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

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

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