#302E2B

Color #302E2B Acadia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acadia #302E2B

Tints of Acadia #302E2B

Color information

#302E2B (or 0x302E2B) is unknown color: approx Acadia. HEX triplet: 30, 2E and 2B. RGB value is (48,46,43). Sum of RGB (Red+Green+Blue) = 48+46+43=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 48 - color contains mainly: red. Hex color #302E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E2B is #CFD1D4. Grayscale: #2E2E2E. Windows color (decimal): -13619669 or 2829872. OLE color: 2829872.

HSL color Cylindrical-coordinate representation of color #302E2B: hue angle of 36º 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 #302E2B is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB484643-
CMYK00.040.100.81
HSL36º5.49%17.84%-
HSV(B)36º10.42%18.82%-
XYZ2.632.762.68-
YUV46.26126.16129.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=35.04%
G=33.58%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48464300.040.100.81365.4917.84
Hex302E2B04A5124512
Octal605653041212144522
Binary11000010111010101101001010101000110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #302E2B;
 }
 .AnyTagClassName
 {
   color: #302E2B;
 }
</style>
background-color css

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

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

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

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

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

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