Html Css Color HEX #383430 Acadia

📋 copy color: '#383430'

red 56 ◦ green 52 ◦ blue 48

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

Shades of Acadia #383430

Tints of Acadia #383430

RGB

 RED value IS 56 (22.27% from 255) = 35.9%

 GREEN value IS 52 (20.7% from 255) = 33.33%

 BLUE value IS 48 (19.14% from 255) = 30.77%

R = 35.9%
G = 33.33%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#383430 (or 0x383430) is known color: 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

RGB 56 52 48 -
CMYK 0 0.07 0.14 0.78
HSL 30º 0.08% 0.2% -
HSV(B) 30º 0.14% 0.22% -
XYZ 3.39 3.51 3.3 -
YUV 52.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 56 52 48 0 0.07 0.14 0.78 30 0.08 0.2
Hex 38 34 30 0 7 E 4E 1E 8 14
Octal 70 64 60 0 7 16 116 36 10 24
Binary 111000 110100 110000 0 111 1110 1001110 11110 1000 10100

Color Harmonies of #383430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383430

Black with #383430

Text Example


Text Example

White with #383430

Text Example


Text Example

HTML Codes & Css Web 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>