#341827

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

Shades of Blackberry #341827

Tints of Blackberry #341827

Color information

#341827 (or 0x341827) is unknown color: approx Blackberry. HEX triplet: 34, 18 and 27. RGB value is (52,24,39). Sum of RGB (Red+Green+Blue) = 52+24+39=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #341827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341827 is #CBE7D8. Grayscale: #222222. Windows color (decimal): -13363161 or 2562100. OLE color: 2562100.

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

Color convert

RGB522439-
CMYK00.540.250.80
HSL327.86º36.84%14.9%-
HSV(B)327.86º53.85%20.39%-
XYZ2.111.532.1-
YUV34.08130.78140.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=45.22%
G=20.87%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52243900.540.250.80327.8636.8414.9
Hex341827036195014825f
Octal643047066311205104517
Binary1101001100010011101101101100110100001010010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341827; }

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

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

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

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

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

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

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

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