Html Css Color HEX #350120 Blackberry

📋 copy color: '#350120'

red 53 ◦ green 1 ◦ blue 32

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

Shades of Blackberry #350120

Tints of Blackberry #350120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.16%

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

R = 61.63%
G = 1.16%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#350120 (or 0x350120) is known color: Blackberry. HEX triplet: 35, 01 and 20. RGB value is (53,1,32). Sum of RGB (Red+Green+Blue) = 53+1+32=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #350120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350120 is #CAFEDF. Grayscale: #141414. Windows color (decimal): -13303520 or 2097461. OLE color: 2097461.

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

Color convert

RGB 53 1 32 -
CMYK 0 0.98 0.40 0.79
HSL 324.23º 0.96% 0.11% -
HSV(B) 324.23º 0.98% 0.21% -
XYZ 1.74 0.88 1.45 -
YUV 20.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 53 1 32 0 0.98 0.40 0.79 324.23 0.96 0.11
Hex 35 1 20 0 62 28 4F 144 60 B
Octal 65 1 40 0 142 50 117 504 140 13
Binary 110101 1 100000 0 1100010 101000 1001111 101000100 1100000 1011

Color Harmonies of #350120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350120

Black with #350120

Text Example


Text Example

White with #350120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350120; }

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

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

background-color css

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

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

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

border-color css

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

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

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