Html Css Color HEX #35302B Acadia

📋 copy color: '#35302B'

red 53 ◦ green 48 ◦ blue 43

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

Shades of Acadia #35302B

Tints of Acadia #35302B

RGB

 RED value IS 53 (21.09% from 255) = 36.81%

 GREEN value IS 48 (19.14% from 255) = 33.33%

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 36.81%
G = 33.33%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#35302B (or 0x35302B) is known color: Acadia. HEX triplet: 35, 30 and 2B. RGB value is (53,48,43). Sum of RGB (Red+Green+Blue) = 53+48+43=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #35302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35302B is #CACFD4. Grayscale: #303030. Windows color (decimal): -13291477 or 2830389. OLE color: 2830389.

HSL color Cylindrical-coordinate representation of color #35302B: hue angle of 30º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #35302B is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 43 -
CMYK 0 0.09 0.19 0.79
HSL 30º 0.1% 0.19% -
HSV(B) 30º 0.19% 0.21% -
XYZ 2.96 3.05 2.72 -
YUV 48.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 53 48 43 0 0.09 0.19 0.79 30 0.1 0.19
Hex 35 30 2B 0 9 13 4F 1E A 13
Octal 65 60 53 0 11 23 117 36 12 23
Binary 110101 110000 101011 0 1001 10011 1001111 11110 1010 10011

Color Harmonies of #35302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35302B

Black with #35302B

Text Example


Text Example

White with #35302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35302B;
 }
 .AnyTagClassName
 {
   color: #35302B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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