#41002E

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

Shades of Blackberry #41002E

Tints of Blackberry #41002E

Color information

#41002E (or 0x41002E) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 2E. RGB value is (65,0,46). Sum of RGB (Red+Green+Blue) = 65+0+46=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002E is #BEFFD1. Grayscale: #181818. Windows color (decimal): -12517330 or 3014721. OLE color: 3014721.

HSL color Cylindrical-coordinate representation of color #41002E: hue angle of 317.54º 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 #41002E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB65046-
CMYK010.290.75
HSL317.54º100%12.75%-
HSV(B)317.54º100%25.49%-
XYZ2.671.322.7-
YUV24.68140.03156.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=58.56%
G=0%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65046010.290.75317.5410012.75
Hex4102E0641D4B13e64d
Octal10105601443511347614415
Binary100000101011100110010011101100101110011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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