#35061C

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

Shades of Blackberry #35061C

Tints of Blackberry #35061C

Color information

#35061C (or 0x35061C) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 1C. RGB value is (53,6,28). Sum of RGB (Red+Green+Blue) = 53+6+28=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35061C is #CAF9E3. Grayscale: #161616. Windows color (decimal): -13302244 or 1836597. OLE color: 1836597.

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

Color convert

RGB53628-
CMYK00.890.470.79
HSL331.91º79.66%11.57%-
HSV(B)331.91º88.68%20.78%-
XYZ1.740.971.19-
YUV22.56131.07149.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=60.92%
G=6.90%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5362800.890.470.79331.9179.6611.57
Hex3561C0592F4F14c50c
Octal6563401315711751412014
Binary1101011101110001011001101111100111110100110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,6,28); }

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

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

 a { background-color: rgb(53,6,28); }

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

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

 span { border-color: rgb(53,6,28); }

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