Html Css Color HEX #123015 Black Bean

📋 copy color: '#123015'

red 18 ◦ green 48 ◦ blue 21

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

Shades of Black Bean #123015

Tints of Black Bean #123015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.14%

R = 20.69%
G = 55.17%
B = 24.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#123015 (or 0x123015) is known color: Black Bean. HEX triplet: 12, 30 and 15. RGB value is (18,48,21). Sum of RGB (Red+Green+Blue) = 18+48+21=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #123015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123015 is #EDCFEA. Grayscale: #242424. Windows color (decimal): -15585259 or 1388562. OLE color: 1388562.

HSL color Cylindrical-coordinate representation of color #123015: hue angle of 126º 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 #123015 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 48 21 -
CMYK 0.63 0 0.56 0.81
HSL 126º 0.45% 0.13% -
HSV(B) 126º 0.63% 0.19% -
XYZ 1.44 2.3 1.08 -
YUV 35.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 18 48 21 0.63 0 0.56 0.81 126 0.45 0.13
Hex 12 30 15 3F 0 38 51 7E 2D D
Octal 22 60 25 77 0 70 121 176 55 15
Binary 10010 110000 10101 111111 0 111000 1010001 1111110 101101 1101

Color Harmonies of #123015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123015

Black with #123015

Text Example


Text Example

White with #123015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123015; }

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

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

background-color css

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

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

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

border-color css

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

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

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