Html Css Color HEX #350020 Blackberry

📋 copy color: '#350020'

red 53 ◦ green 0 ◦ blue 32

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

Shades of Blackberry #350020

Tints of Blackberry #350020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.35%
G = 0%
B = 37.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#350020 (or 0x350020) is known color: Blackberry. HEX triplet: 35, 00 and 20. RGB value is (53,0,32). Sum of RGB (Red+Green+Blue) = 53+0+32=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #350020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350020 is #CAFFDF. Grayscale: #131313. Windows color (decimal): -13303776 or 2097205. OLE color: 2097205.

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

Color convert

RGB 53 0 32 -
CMYK 0 1 0.40 0.79
HSL 323.77º 1% 0.1% -
HSV(B) 323.77º 1% 0.21% -
XYZ 1.73 0.86 1.44 -
YUV 19.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 53 0 32 0 1 0.40 0.79 323.77 1 0.1
Hex 35 0 20 0 64 28 4F 144 64 A
Octal 65 0 40 0 144 50 117 504 144 12
Binary 110101 0 100000 0 1100100 101000 1001111 101000100 1100100 1010

Color Harmonies of #350020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350020

Black with #350020

Text Example


Text Example

White with #350020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350020; }

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

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

background-color css

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

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

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

border-color css

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

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

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