#383430

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

Shades of Acadia #383430

Tints of Acadia #383430

Color information

#383430 (or 0x383430) is unknown color: approx Acadia. HEX triplet: 38, 34 and 30. RGB value is (56,52,48). Sum of RGB (Red+Green+Blue) = 56+52+48=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #383430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383430 is #C7CBCF. Grayscale: #343434. Windows color (decimal): -13093840 or 3159096. OLE color: 3159096.

HSL color Cylindrical-coordinate representation of color #383430: hue angle of 30º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383430 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB565248-
CMYK00.070.140.78
HSL30º7.69%20.39%-
HSV(B)30º14.29%21.96%-
XYZ3.393.513.3-
YUV52.74125.33130.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=35.90%
G=33.33%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56524800.070.140.78307.6920.39
Hex38343007E4E1e814
Octal7064600716116361024
Binary11100011010011000001111110100111011110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383430; }

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

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

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

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

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

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

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

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