#41022B

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

Shades of Blackberry #41022B

Tints of Blackberry #41022B

Color information

#41022B (or 0x41022B) is unknown color: approx Blackberry. HEX triplet: 41, 02 and 2B. RGB value is (65,2,43). Sum of RGB (Red+Green+Blue) = 65+2+43=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41022B is #BEFDD4. Grayscale: #191919. Windows color (decimal): -12516821 or 2818625. OLE color: 2818625.

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

Color convert

RGB65243-
CMYK00.970.340.75
HSL320.95º94.03%13.14%-
HSV(B)320.95º96.92%25.49%-
XYZ2.641.342.41-
YUV25.51137.87156.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=59.09%
G=1.82%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6524300.970.340.75320.9594.0313.14
Hex4122B061224B1415ed
Octal10125301414211350113615
Binary10000011010101101100001100010100101110100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41022B; }

 p { color: rgb(65,2,43); }

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

<style>
 a { background-color: #41022B; }

 a { background-color: rgb(65,2,43); }

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

<style>
 span { border-color: #41022B; }

 span { border-color: rgb(65,2,43); }

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