Html Css Color HEX #302D2B Coffee Bean

📋 copy color: '#302D2B'

red 48 ◦ green 45 ◦ blue 43

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

Shades of Coffee Bean #302D2B

Tints of Coffee Bean #302D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.09%

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 35.29%
G = 33.09%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#302D2B (or 0x302D2B) is known color: Coffee Bean. HEX triplet: 30, 2D and 2B. RGB value is (48,45,43). Sum of RGB (Red+Green+Blue) = 48+45+43=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 48 - color contains mainly: red. Hex color #302D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D2B is #CFD2D4. Grayscale: #2D2D2D. Windows color (decimal): -13619925 or 2829616. OLE color: 2829616.

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

Color convert

RGB 48 45 43 -
CMYK 0 0.06 0.10 0.81
HSL 24º 0.05% 0.18% -
HSV(B) 24º 0.1% 0.19% -
XYZ 2.59 2.68 2.67 -
YUV 45.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 48 45 43 0 0.06 0.10 0.81 24 0.05 0.18
Hex 30 2D 2B 0 6 A 51 18 5 12
Octal 60 55 53 0 6 12 121 30 5 22
Binary 110000 101101 101011 0 110 1010 1010001 11000 101 10010

Color Harmonies of #302D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302D2B

Black with #302D2B

Text Example


Text Example

White with #302D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,45,43); }

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

background-color css

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

 a { background-color: rgb(48,45,43); }

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

border-color css

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

 span { border-color: rgb(48,45,43); }

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