#341327

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

Shades of Blackberry #341327

Tints of Blackberry #341327

Color information

#341327 (or 0x341327) is unknown color: approx Blackberry. HEX triplet: 34, 13 and 27. RGB value is (52,19,39). Sum of RGB (Red+Green+Blue) = 52+19+39=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #341327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341327 is #CBECD8. Grayscale: #1F1F1F. Windows color (decimal): -13364441 or 2560820. OLE color: 2560820.

HSL color Cylindrical-coordinate representation of color #341327: hue angle of 323.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341327 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB521939-
CMYK00.630.250.80
HSL323.64º46.48%13.92%-
HSV(B)323.64º63.46%20.39%-
XYZ2.021.342.07-
YUV31.15132.43142.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=47.27%
G=17.27%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52193900.630.250.80323.6446.4813.92
Hex34132703F19501442ee
Octal642347077311205045616
Binary1101001001110011101111111100110100001010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341327; }

 p { color: rgb(52,19,39); }

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

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

 a { background-color: rgb(52,19,39); }

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

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

 span { border-color: rgb(52,19,39); }

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