Html Css Color HEX #33302E Coffee Bean

📋 copy color: '#33302E'

red 51 ◦ green 48 ◦ blue 46

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

Shades of Coffee Bean #33302E

Tints of Coffee Bean #33302E

RGB

 RED value IS 51 (20.31% from 255) = 35.17%

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

 BLUE value IS 46 (18.36% from 255) = 31.72%

R = 35.17%
G = 33.1%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#33302E (or 0x33302E) is known color: Coffee Bean. HEX triplet: 33, 30 and 2E. RGB value is (51,48,46). Sum of RGB (Red+Green+Blue) = 51+48+46=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 51 - color contains mainly: red. Hex color #33302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33302E is #CCCFD1. Grayscale: #303030. Windows color (decimal): -13422546 or 3026995. OLE color: 3026995.

HSL color Cylindrical-coordinate representation of color #33302E: hue angle of 24º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #33302E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 48 46 -
CMYK 0 0.06 0.10 0.8
HSL 24º 0.05% 0.19% -
HSV(B) 24º 0.1% 0.2% -
XYZ 2.92 3.01 3.01 -
YUV 48.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 51 48 46 0 0.06 0.10 0.8 24 0.05 0.19
Hex 33 30 2E 0 6 A 50 18 5 13
Octal 63 60 56 0 6 12 120 30 5 23
Binary 110011 110000 101110 0 110 1010 1010000 11000 101 10011

Color Harmonies of #33302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33302E

Black with #33302E

Text Example


Text Example

White with #33302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33302E; }

 p { color: rgb(51,48,46); }

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

background-color css

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

 a { background-color: rgb(51,48,46); }

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

border-color css

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

 span { border-color: rgb(51,48,46); }

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