#34302B

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

Shades of Acadia #34302B

Tints of Acadia #34302B

Color information

#34302B (or 0x34302B) is unknown color: approx Acadia. HEX triplet: 34, 30 and 2B. RGB value is (52,48,43). Sum of RGB (Red+Green+Blue) = 52+48+43=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #34302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34302B is #CBCFD4. Grayscale: #303030. Windows color (decimal): -13357013 or 2830388. OLE color: 2830388.

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

Color convert

RGB524843-
CMYK00.080.170.80
HSL33.33º9.47%18.63%-
HSV(B)33.33º17.31%20.39%-
XYZ2.913.022.71-
YUV48.63124.83130.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=36.36%
G=33.57%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52484300.080.170.8033.339.4718.63
Hex34302B08115021913
Octal64605301021120411123
Binary11010011000010101101000100011010000100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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