#35081C

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

Shades of Blackberry #35081C

Tints of Blackberry #35081C

Color information

#35081C (or 0x35081C) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 1C. RGB value is (53,8,28). Sum of RGB (Red+Green+Blue) = 53+8+28=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #35081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35081C is #CAF7E3. Grayscale: #171717. Windows color (decimal): -13301732 or 1837109. OLE color: 1837109.

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

Color convert

RGB53828-
CMYK00.850.470.79
HSL333.33º73.77%11.96%-
HSV(B)333.33º84.91%20.78%-
XYZ1.761.011.2-
YUV23.74130.41148.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=59.55%
G=8.99%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5382800.850.470.79333.3373.7711.96
Hex3581C0552F4F14d4ac
Octal65103401255711751511214
Binary11010110001110001010101101111100111110100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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