Html Css Color HEX #302C29 Coffee Bean

📋 copy color: '#302C29'

red 48 ◦ green 44 ◦ blue 41

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

Shades of Coffee Bean #302C29

Tints of Coffee Bean #302C29

RGB

 RED value IS 48 (19.14% from 255) = 36.09%

 GREEN value IS 44 (17.58% from 255) = 33.08%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 36.09%
G = 33.08%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#302C29 (or 0x302C29) is known color: Coffee Bean. HEX triplet: 30, 2C and 29. RGB value is (48,44,41). Sum of RGB (Red+Green+Blue) = 48+44+41=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 48 - color contains mainly: red. Hex color #302C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C29 is #CFD3D6. Grayscale: #2C2C2C. Windows color (decimal): -13620183 or 2698288. OLE color: 2698288.

HSL color Cylindrical-coordinate representation of color #302C29: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #302C29 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 44 41 -
CMYK 0 0.08 0.15 0.81
HSL 25.71º 0.08% 0.17% -
HSV(B) 25.71º 0.15% 0.19% -
XYZ 2.52 2.59 2.46 -
YUV 44.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 48 44 41 0 0.08 0.15 0.81 25.71 0.08 0.17
Hex 30 2C 29 0 8 F 51 1A 8 11
Octal 60 54 51 0 10 17 121 32 10 21
Binary 110000 101100 101001 0 1000 1111 1010001 11010 1000 10001

Color Harmonies of #302C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C29

Black with #302C29

Text Example


Text Example

White with #302C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302C29; }

 p { color: rgb(48,44,41); }

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

background-color css

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

 a { background-color: rgb(48,44,41); }

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

border-color css

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

 span { border-color: rgb(48,44,41); }

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