#341925

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

Shades of Blackberry #341925

Tints of Blackberry #341925

Color information

#341925 (or 0x341925) is unknown color: approx Blackberry. HEX triplet: 34, 19 and 25. RGB value is (52,25,37). Sum of RGB (Red+Green+Blue) = 52+25+37=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341925 is #CBE6DA. Grayscale: #222222. Windows color (decimal): -13362907 or 2431284. OLE color: 2431284.

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

Color convert

RGB522537-
CMYK00.520.290.80
HSL333.33º35.06%15.1%-
HSV(B)333.33º51.92%20.39%-
XYZ2.11.561.94-
YUV34.44129.45140.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=45.61%
G=21.93%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52253700.520.290.80333.3335.0615.1
Hex3419250341D5014d23f
Octal643145064351205154317
Binary1101001100110010101101001110110100001010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341925; }

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

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

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

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

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

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

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

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