Html Css Color HEX #350829 Blackberry

📋 copy color: '#350829'

red 53 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #350829

Tints of Blackberry #350829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.84%

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

R = 51.96%
G = 7.84%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#350829 (or 0x350829) is known color: Blackberry. HEX triplet: 35, 08 and 29. RGB value is (53,8,41). Sum of RGB (Red+Green+Blue) = 53+8+41=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #350829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350829 is #CAF7D6. Grayscale: #191919. Windows color (decimal): -13301719 or 2689077. OLE color: 2689077.

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

Color convert

RGB 53 8 41 -
CMYK 0 0.85 0.23 0.79
HSL 316º 0.74% 0.12% -
HSV(B) 316º 0.85% 0.21% -
XYZ 1.96 1.09 2.21 -
YUV 25.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 53 8 41 0 0.85 0.23 0.79 316 0.74 0.12
Hex 35 8 29 0 55 17 4F 13C 4A C
Octal 65 10 51 0 125 27 117 474 112 14
Binary 110101 1000 101001 0 1010101 10111 1001111 100111100 1001010 1100

Color Harmonies of #350829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350829

Black with #350829

Text Example


Text Example

White with #350829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350829; }

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

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

background-color css

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

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

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

border-color css

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

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

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