Html Css Color HEX #350520 Blackberry

📋 copy color: '#350520'

red 53 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #350520

Tints of Blackberry #350520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.56%

 BLUE value IS 32 (12.89% from 255) = 35.56%

R = 58.89%
G = 5.56%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#350520 (or 0x350520) is known color: Blackberry. HEX triplet: 35, 05 and 20. RGB value is (53,5,32). Sum of RGB (Red+Green+Blue) = 53+5+32=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350520 is #CAFADF. Grayscale: #161616. Windows color (decimal): -13302496 or 2098485. OLE color: 2098485.

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

Color convert

RGB 53 5 32 -
CMYK 0 0.91 0.40 0.79
HSL 326.25º 0.83% 0.11% -
HSV(B) 326.25º 0.91% 0.21% -
XYZ 1.78 0.97 1.46 -
YUV 22.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 53 5 32 0 0.91 0.40 0.79 326.25 0.83 0.11
Hex 35 5 20 0 5B 28 4F 146 53 B
Octal 65 5 40 0 133 50 117 506 123 13
Binary 110101 101 100000 0 1011011 101000 1001111 101000110 1010011 1011

Color Harmonies of #350520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350520

Black with #350520

Text Example


Text Example

White with #350520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350520; }

 p { color: rgb(53,5,32); }

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

background-color css

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

 a { background-color: rgb(53,5,32); }

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

border-color css

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

 span { border-color: rgb(53,5,32); }

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