Html Css Color HEX #352B4B Cherry Pie

📋 copy color: '#352B4B'

red 53 ◦ green 43 ◦ blue 75

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

Shades of Cherry Pie #352B4B

Tints of Cherry Pie #352B4B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.15%

 BLUE value IS 75 (29.69% from 255) = 43.86%

R = 30.99%
G = 25.15%
B = 43.86%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#352B4B (or 0x352B4B) is known color: Cherry Pie. HEX triplet: 35, 2B and 4B. RGB value is (53,43,75). Sum of RGB (Red+Green+Blue) = 53+43+75=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #352B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B4B is #CAD4B4. Grayscale: #313131. Windows color (decimal): -13292725 or 4926261. OLE color: 4926261.

HSL color Cylindrical-coordinate representation of color #352B4B: hue angle of 258.75º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #352B4B is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 43 75 -
CMYK 0.29 0.43 0 0.71
HSL 258.75º 0.27% 0.23% -
HSV(B) 258.75º 0.43% 0.29% -
XYZ 3.6 2.99 7.04 -
YUV 49.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 53 43 75 0.29 0.43 0 0.71 258.75 0.27 0.23
Hex 35 2B 4B 1D 2B 0 47 103 1B 17
Octal 65 53 113 35 53 0 107 403 33 27
Binary 110101 101011 1001011 11101 101011 0 1000111 100000011 11011 10111

Color Harmonies of #352B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B4B

Black with #352B4B

Text Example


Text Example

White with #352B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352B4B; }

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

 H1.HeaderClassName
 {
   color: #352B4B;
 }
 .AnyTagClassName
 {
   color: #352B4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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