Html Css Color HEX #350420 Blackberry

📋 copy color: '#350420'

red 53 ◦ green 4 ◦ blue 32

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

Shades of Blackberry #350420

Tints of Blackberry #350420

RGB

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

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

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

R = 59.55%
G = 4.49%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#350420 (or 0x350420) is known color: Blackberry. HEX triplet: 35, 04 and 20. RGB value is (53,4,32). Sum of RGB (Red+Green+Blue) = 53+4+32=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350420 is #CAFBDF. Grayscale: #151515. Windows color (decimal): -13302752 or 2098229. OLE color: 2098229.

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

Color convert

RGB 53 4 32 -
CMYK 0 0.92 0.40 0.79
HSL 325.71º 0.86% 0.11% -
HSV(B) 325.71º 0.92% 0.21% -
XYZ 1.77 0.95 1.46 -
YUV 21.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 53 4 32 0 0.92 0.40 0.79 325.71 0.86 0.11
Hex 35 4 20 0 5C 28 4F 146 56 B
Octal 65 4 40 0 134 50 117 506 126 13
Binary 110101 100 100000 0 1011100 101000 1001111 101000110 1010110 1011

Color Harmonies of #350420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350420

Black with #350420

Text Example


Text Example

White with #350420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350420; }

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

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

background-color css

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

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

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

border-color css

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

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

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