Html Css Color HEX #350620 Blackberry

📋 copy color: '#350620'

red 53 ◦ green 6 ◦ blue 32

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

Shades of Blackberry #350620

Tints of Blackberry #350620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.59%

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

R = 58.24%
G = 6.59%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#350620 (or 0x350620) is known color: Blackberry. HEX triplet: 35, 06 and 20. RGB value is (53,6,32). Sum of RGB (Red+Green+Blue) = 53+6+32=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350620 is #CAF9DF. Grayscale: #161616. Windows color (decimal): -13302240 or 2098741. OLE color: 2098741.

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

Color convert

RGB 53 6 32 -
CMYK 0 0.89 0.40 0.79
HSL 326.81º 0.8% 0.12% -
HSV(B) 326.81º 0.89% 0.21% -
XYZ 1.79 0.99 1.46 -
YUV 23.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 53 6 32 0 0.89 0.40 0.79 326.81 0.8 0.12
Hex 35 6 20 0 59 28 4F 147 50 C
Octal 65 6 40 0 131 50 117 507 120 14
Binary 110101 110 100000 0 1011001 101000 1001111 101000111 1010000 1100

Color Harmonies of #350620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350620

Black with #350620

Text Example


Text Example

White with #350620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350620; }

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

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

background-color css

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

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

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

border-color css

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

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

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