#41002D

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

Shades of Blackberry #41002D

Tints of Blackberry #41002D

Color information

#41002D (or 0x41002D) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 2D. RGB value is (65,0,45). Sum of RGB (Red+Green+Blue) = 65+0+45=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002D is #BEFFD2. Grayscale: #181818. Windows color (decimal): -12517331 or 2949185. OLE color: 2949185.

HSL color Cylindrical-coordinate representation of color #41002D: hue angle of 318.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41002D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB65045-
CMYK010.310.75
HSL318.46º100%12.75%-
HSV(B)318.46º100%25.49%-
XYZ2.651.312.6-
YUV24.56139.53156.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=59.09%
G=0%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65045010.310.75318.4610012.75
Hex4102D0641F4B13e64d
Octal10105501443711347614415
Binary100000101011010110010011111100101110011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41002D; }

 p { color: rgb(65,0,45); }

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

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

 a { background-color: rgb(65,0,45); }

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

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

 span { border-color: rgb(65,0,45); }

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