#341126

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

Shades of Blackberry #341126

Tints of Blackberry #341126

Color information

#341126 (or 0x341126) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 26. RGB value is (52,17,38). Sum of RGB (Red+Green+Blue) = 52+17+38=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341126 is #CBEED9. Grayscale: #1D1D1D. Windows color (decimal): -13364954 or 2494772. OLE color: 2494772.

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

Color convert

RGB521738-
CMYK00.670.270.80
HSL324º50.72%13.53%-
HSV(B)324º67.31%20.39%-
XYZ1.971.271.98-
YUV29.86132.6143.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=48.60%
G=15.89%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52173800.670.270.8032450.7213.53
Hex3411260431B5014433e
Octal6421460103331205046316
Binary11010010001100110010000111101110100001010001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341126; }

 p { color: rgb(52,17,38); }

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

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

 a { background-color: rgb(52,17,38); }

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

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

 span { border-color: rgb(52,17,38); }

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