#41002F

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

Shades of Blackberry #41002F

Tints of Blackberry #41002F

Color information

#41002F (or 0x41002F) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 2F. RGB value is (65,0,47). Sum of RGB (Red+Green+Blue) = 65+0+47=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002F is #BEFFD0. Grayscale: #181818. Windows color (decimal): -12517329 or 3080257. OLE color: 3080257.

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

Color convert

RGB65047-
CMYK010.280.75
HSL316.62º100%12.75%-
HSV(B)316.62º100%25.49%-
XYZ2.691.332.8-
YUV24.79140.53156.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=58.04%
G=0%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65047010.280.75316.6210012.75
Hex4102F0641C4B13d64d
Octal10105701443411347514415
Binary100000101011110110010011100100101110011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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