#35001F

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

Shades of Blackberry #35001F

Tints of Blackberry #35001F

Color information

#35001F (or 0x35001F) is unknown color: approx Blackberry. HEX triplet: 35, 00 and 1F. RGB value is (53,0,31). Sum of RGB (Red+Green+Blue) = 53+0+31=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35001F is #CAFFE0. Grayscale: #131313. Windows color (decimal): -13303777 or 2031669. OLE color: 2031669.

HSL color Cylindrical-coordinate representation of color #35001F: hue angle of 324.91º 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 #35001F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB53031-
CMYK010.420.79
HSL324.91º100%10.39%-
HSV(B)324.91º100%20.78%-
XYZ1.720.861.37-
YUV19.38134.56151.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=63.10%
G=0%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53031010.420.79324.9110010.39
Hex3501F0642A4F14564a
Octal6503701445211750514412
Binary11010101111101100100101010100111110100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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