Html Css Color HEX #350820 Blackberry

📋 copy color: '#350820'

red 53 ◦ green 8 ◦ blue 32

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

Shades of Blackberry #350820

Tints of Blackberry #350820

RGB

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

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

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

R = 56.99%
G = 8.6%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#350820 (or 0x350820) is known color: Blackberry. HEX triplet: 35, 08 and 20. RGB value is (53,8,32). Sum of RGB (Red+Green+Blue) = 53+8+32=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350820 is #CAF7DF. Grayscale: #181818. Windows color (decimal): -13301728 or 2099253. OLE color: 2099253.

HSL color Cylindrical-coordinate representation of color #350820: hue angle of 328º 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 #350820 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 32 -
CMYK 0 0.85 0.40 0.79
HSL 328º 0.74% 0.12% -
HSV(B) 328º 0.85% 0.21% -
XYZ 1.82 1.03 1.47 -
YUV 24.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 53 8 32 0 0.85 0.40 0.79 328 0.74 0.12
Hex 35 8 20 0 55 28 4F 148 4A C
Octal 65 10 40 0 125 50 117 510 112 14
Binary 110101 1000 100000 0 1010101 101000 1001111 101001000 1001010 1100

Color Harmonies of #350820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350820

Black with #350820

Text Example


Text Example

White with #350820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350820; }

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

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

background-color css

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

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

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

border-color css

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

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

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