#341625

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

Shades of Blackberry #341625

Tints of Blackberry #341625

Color information

#341625 (or 0x341625) is unknown color: approx Blackberry. HEX triplet: 34, 16 and 25. RGB value is (52,22,37). Sum of RGB (Red+Green+Blue) = 52+22+37=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #341625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341625 is #CBE9DA. Grayscale: #202020. Windows color (decimal): -13363675 or 2430516. OLE color: 2430516.

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

Color convert

RGB522237-
CMYK00.580.290.80
HSL330º40.54%14.51%-
HSV(B)330º57.69%20.39%-
XYZ2.041.441.92-
YUV32.68130.44141.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=46.85%
G=19.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52223700.580.290.8033040.5414.51
Hex34162503A1D5014a29f
Octal642645072351205125117
Binary1101001011010010101110101110110100001010010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341625; }

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

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

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

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

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

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

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

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