#340F25

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

Shades of Blackberry #340F25

Tints of Blackberry #340F25

Color information

#340F25 (or 0x340F25) is unknown color: approx Blackberry. HEX triplet: 34, 0F and 25. RGB value is (52,15,37). Sum of RGB (Red+Green+Blue) = 52+15+37=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #340F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F25 is #CBF0DA. Grayscale: #1C1C1C. Windows color (decimal): -13365467 or 2428724. OLE color: 2428724.

HSL color Cylindrical-coordinate representation of color #340F25: hue angle of 324.32º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F25 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB521537-
CMYK00.710.290.80
HSL324.32º55.22%13.14%-
HSV(B)324.32º71.15%20.39%-
XYZ1.921.211.88-
YUV28.57132.76144.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=50%
G=14.42%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52153700.710.290.80324.3255.2213.14
Hex34F250471D5014437d
Octal6417450107351205046715
Binary1101001111100101010001111110110100001010001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F25; }

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

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

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

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

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

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

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

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