#340725

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

Shades of Blackberry #340725

Tints of Blackberry #340725

Color information

#340725 (or 0x340725) is unknown color: approx Blackberry. HEX triplet: 34, 07 and 25. RGB value is (52,7,37). Sum of RGB (Red+Green+Blue) = 52+7+37=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #340725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340725 is #CBF8DA. Grayscale: #171717. Windows color (decimal): -13367515 or 2426676. OLE color: 2426676.

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

Color convert

RGB52737-
CMYK00.870.290.80
HSL320º76.27%11.57%-
HSV(B)320º86.54%20.39%-
XYZ1.831.021.85-
YUV23.88135.41148.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=54.17%
G=7.29%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5273700.870.290.8032076.2711.57
Hex347250571D501404cc
Octal6474501273512050011414
Binary1101001111001010101011111101101000010100000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340725; }

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

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

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

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

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

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

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

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