#35072C

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

Shades of Blackberry #35072C

Tints of Blackberry #35072C

Color information

#35072C (or 0x35072C) is unknown color: approx Blackberry. HEX triplet: 35, 07 and 2C. RGB value is (53,7,44). Sum of RGB (Red+Green+Blue) = 53+7+44=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35072C is #CAF8D3. Grayscale: #181818. Windows color (decimal): -13301972 or 2885429. OLE color: 2885429.

HSL color Cylindrical-coordinate representation of color #35072C: hue angle of 311.74º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35072C is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB53744-
CMYK00.870.170.79
HSL311.74º76.67%11.76%-
HSV(B)311.74º86.79%20.78%-
XYZ21.092.49-
YUV24.97138.74147.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=50.96%
G=6.73%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5374400.870.170.79311.7476.6711.76
Hex3572C057114F1384dc
Octal6575401272111747011514
Binary1101011111011000101011110001100111110011100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35072C; }

 p { color: rgb(53,7,44); }

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

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

 a { background-color: rgb(53,7,44); }

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

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

 span { border-color: rgb(53,7,44); }

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