#41012F

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

Shades of Blackberry #41012F

Tints of Blackberry #41012F

Color information

#41012F (or 0x41012F) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 2F. RGB value is (65,1,47). Sum of RGB (Red+Green+Blue) = 65+1+47=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41012F is #BEFED0. Grayscale: #191919. Windows color (decimal): -12517073 or 3080513. OLE color: 3080513.

HSL color Cylindrical-coordinate representation of color #41012F: hue angle of 316.88º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41012F is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB65147-
CMYK00.980.280.75
HSL316.88º96.97%12.94%-
HSV(B)316.88º98.46%25.49%-
XYZ2.71.352.81-
YUV25.38140.2156.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=57.52%
G=0.88%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6514700.980.280.75316.8896.9712.94
Hex4112F0621C4B13d61d
Octal10115701423411347514115
Binary100000111011110110001011100100101110011110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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