#351625

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

Shades of Blackberry #351625

Tints of Blackberry #351625

Color information

#351625 (or 0x351625) is unknown color: approx Blackberry. HEX triplet: 35, 16 and 25. RGB value is (53,22,37). Sum of RGB (Red+Green+Blue) = 53+22+37=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #351625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351625 is #CAE9DA. Grayscale: #202020. Windows color (decimal): -13298139 or 2430517. OLE color: 2430517.

HSL color Cylindrical-coordinate representation of color #351625: hue angle of 330.97º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351625 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB532237-
CMYK00.580.300.79
HSL330.97º41.33%14.71%-
HSV(B)330.97º58.49%20.78%-
XYZ2.091.461.92-
YUV32.98130.27142.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=47.32%
G=19.64%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53223700.580.300.79330.9741.3314.71
Hex35162503A1E4F14b29f
Octal652645072361175135117
Binary1101011011010010101110101111010011111010010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351625; }

 p { color: rgb(53,22,37); }

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

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

 a { background-color: rgb(53,22,37); }

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

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

 span { border-color: rgb(53,22,37); }

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