#35021F

Color #35021F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #35021F

Tints of Blackberry #35021F

Color information

#35021F (or 0x35021F) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 1F. RGB value is (53,2,31). Sum of RGB (Red+Green+Blue) = 53+2+31=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #35021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35021F is #CAFDE0. Grayscale: #141414. Windows color (decimal): -13303265 or 2032181. OLE color: 2032181.

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

Color convert

RGB53231-
CMYK00.960.420.79
HSL325.88º92.73%10.78%-
HSV(B)325.88º96.23%20.78%-
XYZ1.740.91.38-
YUV20.56133.9151.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=61.63%
G=2.33%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323100.960.420.79325.8892.7310.78
Hex3521F0602A4F1465db
Octal6523701405211750613513
Binary110101101111101100000101010100111110100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35021F; }

 p { color: rgb(53,2,31); }

 H1.HeaderClassName
 {
   color: #35021F;
 }
 .AnyTagClassName
 {
   color: #35021F;
 }
</style>
background-color css

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

 a { background-color: rgb(53,2,31); }

 div.DivClassName
 {
   background-color: #35021F;
 }
 .BgClassName
 {
   background-color: #35021F;
 }
</style>
border-color css

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

 span { border-color: rgb(53,2,31); }

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