Html Css Color HEX #122817 Black Bean

📋 copy color: '#122817'

red 18 ◦ green 40 ◦ blue 23

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

Shades of Black Bean #122817

Tints of Black Bean #122817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 49.38%

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

R = 22.22%
G = 49.38%
B = 28.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#122817 (or 0x122817) is known color: Black Bean. HEX triplet: 12, 28 and 17. RGB value is (18,40,23). Sum of RGB (Red+Green+Blue) = 18+40+23=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #122817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122817 is #EDD7E8. Grayscale: #1F1F1F. Windows color (decimal): -15587305 or 1517586. OLE color: 1517586.

HSL color Cylindrical-coordinate representation of color #122817: hue angle of 133.64º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122817 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 23 -
CMYK 0.55 0 0.43 0.84
HSL 133.64º 0.38% 0.11% -
HSV(B) 133.64º 0.55% 0.16% -
XYZ 1.16 1.71 1.08 -
YUV 31.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 18 40 23 0.55 0 0.43 0.84 133.64 0.38 0.11
Hex 12 28 17 37 0 2B 54 86 26 B
Octal 22 50 27 67 0 53 124 206 46 13
Binary 10010 101000 10111 110111 0 101011 1010100 10000110 100110 1011

Color Harmonies of #122817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122817

Black with #122817

Text Example


Text Example

White with #122817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122817; }

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

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

background-color css

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

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

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

border-color css

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

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

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