#34302A

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

Shades of Acadia #34302A

Tints of Acadia #34302A

Color information

#34302A (or 0x34302A) is unknown color: approx Acadia. HEX triplet: 34, 30 and 2A. RGB value is (52,48,42). Sum of RGB (Red+Green+Blue) = 52+48+42=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #34302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34302A is #CBCFD5. Grayscale: #303030. Windows color (decimal): -13357014 or 2764852. OLE color: 2764852.

HSL color Cylindrical-coordinate representation of color #34302A: hue angle of 36º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #34302A is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB524842-
CMYK00.080.190.80
HSL36º10.64%18.43%-
HSV(B)36º19.23%20.39%-
XYZ2.893.012.62-
YUV48.51124.33130.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=36.62%
G=33.80%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52484200.080.190.803610.6418.43
Hex34302A08135024b12
Octal64605201023120441322
Binary11010011000010101001000100111010000100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34302A; }

 p { color: rgb(52,48,42); }

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

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

 a { background-color: rgb(52,48,42); }

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

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

 span { border-color: rgb(52,48,42); }

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