Html Css Color HEX #350329 Blackberry

📋 copy color: '#350329'

red 53 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #350329

Tints of Blackberry #350329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 41 (16.41% from 255) = 42.27%

R = 54.64%
G = 3.09%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#350329 (or 0x350329) is known color: Blackberry. HEX triplet: 35, 03 and 29. RGB value is (53,3,41). Sum of RGB (Red+Green+Blue) = 53+3+41=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #350329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350329 is #CAFCD6. Grayscale: #161616. Windows color (decimal): -13302999 or 2687797. OLE color: 2687797.

HSL color Cylindrical-coordinate representation of color #350329: hue angle of 314.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350329 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 41 -
CMYK 0 0.94 0.23 0.79
HSL 314.4º 0.89% 0.11% -
HSV(B) 314.4º 0.94% 0.21% -
XYZ 1.9 0.98 2.19 -
YUV 22.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 53 3 41 0 0.94 0.23 0.79 314.4 0.89 0.11
Hex 35 3 29 0 5E 17 4F 13A 59 B
Octal 65 3 51 0 136 27 117 472 131 13
Binary 110101 11 101001 0 1011110 10111 1001111 100111010 1011001 1011

Color Harmonies of #350329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350329

Black with #350329

Text Example


Text Example

White with #350329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350329; }

 p { color: rgb(53,3,41); }

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

background-color css

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

 a { background-color: rgb(53,3,41); }

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

border-color css

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

 span { border-color: rgb(53,3,41); }

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