#35072B

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

Shades of Blackberry #35072B

Tints of Blackberry #35072B

Color information

#35072B (or 0x35072B) is unknown color: approx Blackberry. HEX triplet: 35, 07 and 2B. RGB value is (53,7,43). Sum of RGB (Red+Green+Blue) = 53+7+43=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35072B is #CAF8D4. Grayscale: #181818. Windows color (decimal): -13301973 or 2819893. OLE color: 2819893.

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

Color convert

RGB53743-
CMYK00.870.190.79
HSL313.04º76.67%11.76%-
HSV(B)313.04º86.79%20.78%-
XYZ1.981.082.39-
YUV24.86138.24148.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=51.46%
G=6.80%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5374300.870.190.79313.0476.6711.76
Hex3572B057134F1394dc
Octal6575301272311747111514
Binary1101011111010110101011110011100111110011100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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