#41032A

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

Shades of Blackberry #41032A

Tints of Blackberry #41032A

Color information

#41032A (or 0x41032A) is unknown color: approx Blackberry. HEX triplet: 41, 03 and 2A. RGB value is (65,3,42). Sum of RGB (Red+Green+Blue) = 65+3+42=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41032A is #BEFCD5. Grayscale: #191919. Windows color (decimal): -12516566 or 2753345. OLE color: 2753345.

HSL color Cylindrical-coordinate representation of color #41032A: hue angle of 322.26º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41032A is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB65342-
CMYK00.950.350.75
HSL322.26º91.18%13.33%-
HSV(B)322.26º95.38%25.49%-
XYZ2.631.362.31-
YUV25.98137.04155.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=59.09%
G=2.73%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6534200.950.350.75322.2691.1813.33
Hex4132A05F234B1425bd
Octal10135201374311350213315
Binary10000011110101001011111100011100101110100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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