Html Css Color HEX #350429 Blackberry

📋 copy color: '#350429'

red 53 ◦ green 4 ◦ blue 41

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

Shades of Blackberry #350429

Tints of Blackberry #350429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.08%

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

R = 54.08%
G = 4.08%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#350429 (or 0x350429) is known color: Blackberry. HEX triplet: 35, 04 and 29. RGB value is (53,4,41). Sum of RGB (Red+Green+Blue) = 53+4+41=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350429 is #CAFBD6. Grayscale: #161616. Windows color (decimal): -13302743 or 2688053. OLE color: 2688053.

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

Color convert

RGB 53 4 41 -
CMYK 0 0.92 0.23 0.79
HSL 314.69º 0.86% 0.11% -
HSV(B) 314.69º 0.92% 0.21% -
XYZ 1.91 1 2.19 -
YUV 22.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 53 4 41 0 0.92 0.23 0.79 314.69 0.86 0.11
Hex 35 4 29 0 5C 17 4F 13B 56 B
Octal 65 4 51 0 134 27 117 473 126 13
Binary 110101 100 101001 0 1011100 10111 1001111 100111011 1010110 1011

Color Harmonies of #350429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350429

Black with #350429

Text Example


Text Example

White with #350429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350429; }

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

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

background-color css

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

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

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

border-color css

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

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

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