#35041C

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

Shades of Blackberry #35041C

Tints of Blackberry #35041C

Color information

#35041C (or 0x35041C) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 1C. RGB value is (53,4,28). Sum of RGB (Red+Green+Blue) = 53+4+28=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35041C is #CAFBE3. Grayscale: #151515. Windows color (decimal): -13302756 or 1836085. OLE color: 1836085.

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

Color convert

RGB53428-
CMYK00.920.470.79
HSL330.61º85.96%11.18%-
HSV(B)330.61º92.45%20.78%-
XYZ1.720.931.19-
YUV21.39131.73150.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=62.35%
G=4.71%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342800.920.470.79330.6185.9611.18
Hex3541C05C2F4F14b56b
Octal6543401345711751312613
Binary1101011001110001011100101111100111110100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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