#41182D

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

Shades of Blackberry #41182D

Tints of Blackberry #41182D

Color information

#41182D (or 0x41182D) is unknown color: approx Blackberry. HEX triplet: 41, 18 and 2D. RGB value is (65,24,45). Sum of RGB (Red+Green+Blue) = 65+24+45=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41182D is #BEE7D2. Grayscale: #262626. Windows color (decimal): -12511187 or 2955329. OLE color: 2955329.

HSL color Cylindrical-coordinate representation of color #41182D: hue angle of 329.27º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41182D is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB652445-
CMYK00.630.310.75
HSL329.27º46.07%17.45%-
HSV(B)329.27º63.08%25.49%-
XYZ2.981.972.71-
YUV38.65131.58146.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=48.51%
G=17.91%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65244500.630.310.75329.2746.0717.45
Hex41182D03F1F4B1492e11
Octal1013055077371135115621
Binary100000111000101101011111111111100101110100100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41182D; }

 p { color: rgb(65,24,45); }

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

<style>
 a { background-color: #41182D; }

 a { background-color: rgb(65,24,45); }

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

<style>
 span { border-color: #41182D; }

 span { border-color: rgb(65,24,45); }

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