#41002A

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

Shades of Blackberry #41002A

Tints of Blackberry #41002A

Color information

#41002A (or 0x41002A) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 2A. RGB value is (65,0,42). Sum of RGB (Red+Green+Blue) = 65+0+42=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #41002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002A is #BEFFD5. Grayscale: #181818. Windows color (decimal): -12517334 or 2752577. OLE color: 2752577.

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

Color convert

RGB65042-
CMYK010.350.75
HSL321.23º100%12.75%-
HSV(B)321.23º100%25.49%-
XYZ2.61.292.3-
YUV24.22138.03157.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=60.75%
G=0%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65042010.350.75321.2310012.75
Hex4102A064234B14164d
Octal10105201444311350114415
Binary1000001010101001100100100011100101110100000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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