#41052B

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

Shades of Blackberry #41052B

Tints of Blackberry #41052B

Color information

#41052B (or 0x41052B) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 2B. RGB value is (65,5,43). Sum of RGB (Red+Green+Blue) = 65+5+43=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41052B is #BEFAD4. Grayscale: #1B1B1B. Windows color (decimal): -12516053 or 2819393. OLE color: 2819393.

HSL color Cylindrical-coordinate representation of color #41052B: hue angle of 322º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41052B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB65543-
CMYK00.920.340.75
HSL322º85.71%13.73%-
HSV(B)322º92.31%25.49%-
XYZ2.671.412.42-
YUV27.27136.88154.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=57.52%
G=4.42%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554300.920.340.7532285.7113.73
Hex4152B05C224B14256e
Octal10155301344211350212616
Binary100000110110101101011100100010100101110100001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41052B; }

 p { color: rgb(65,5,43); }

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

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

 a { background-color: rgb(65,5,43); }

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

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

 span { border-color: rgb(65,5,43); }

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