Html Css Color HEX #123017 Black Bean

📋 copy color: '#123017'

red 18 ◦ green 48 ◦ blue 23

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

Shades of Black Bean #123017

Tints of Black Bean #123017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.93%

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

R = 20.22%
G = 53.93%
B = 25.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#123017 (or 0x123017) is known color: Black Bean. HEX triplet: 12, 30 and 17. RGB value is (18,48,23). Sum of RGB (Red+Green+Blue) = 18+48+23=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #123017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123017 is #EDCFE8. Grayscale: #242424. Windows color (decimal): -15585257 or 1519634. OLE color: 1519634.

HSL color Cylindrical-coordinate representation of color #123017: hue angle of 130º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #123017 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 23 -
CMYK 0.63 0 0.52 0.81
HSL 130º 0.45% 0.13% -
HSV(B) 130º 0.63% 0.19% -
XYZ 1.46 2.3 1.18 -
YUV 36.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 18 48 23 0.63 0 0.52 0.81 130 0.45 0.13
Hex 12 30 17 3F 0 34 51 82 2D D
Octal 22 60 27 77 0 64 121 202 55 15
Binary 10010 110000 10111 111111 0 110100 1010001 10000010 101101 1101

Color Harmonies of #123017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123017

Black with #123017

Text Example


Text Example

White with #123017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123017; }

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

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

background-color css

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

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

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

border-color css

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

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

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