#341027

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

Shades of Blackberry #341027

Tints of Blackberry #341027

Color information

#341027 (or 0x341027) is unknown color: approx Blackberry. HEX triplet: 34, 10 and 27. RGB value is (52,16,39). Sum of RGB (Red+Green+Blue) = 52+16+39=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341027 is #CBEFD8. Grayscale: #1D1D1D. Windows color (decimal): -13365209 or 2560052. OLE color: 2560052.

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

Color convert

RGB521639-
CMYK00.690.250.80
HSL321.67º52.94%13.33%-
HSV(B)321.67º69.23%20.39%-
XYZ1.971.252.06-
YUV29.39133.43144.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=48.60%
G=14.95%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52163900.690.250.80321.6752.9413.33
Hex341027045195014235d
Octal6420470105311205026515
Binary11010010000100111010001011100110100001010000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341027; }

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

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

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

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

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

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

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

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