#35081B

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

Shades of Blackberry #35081B

Tints of Blackberry #35081B

Color information

#35081B (or 0x35081B) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 1B. RGB value is (53,8,27). Sum of RGB (Red+Green+Blue) = 53+8+27=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35081B is #CAF7E4. Grayscale: #171717. Windows color (decimal): -13301733 or 1771573. OLE color: 1771573.

HSL color Cylindrical-coordinate representation of color #35081B: hue angle of 334.67º 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 #35081B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB53827-
CMYK00.850.490.79
HSL334.67º73.77%11.96%-
HSV(B)334.67º84.91%20.78%-
XYZ1.751.011.14-
YUV23.62129.91148.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=60.23%
G=9.09%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5382700.850.490.79334.6773.7711.96
Hex3581B055314F14f4ac
Octal65103301256111751711214
Binary11010110001101101010101110001100111110100111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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