#41182F

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

Shades of Blackberry #41182F

Tints of Blackberry #41182F

Color information

#41182F (or 0x41182F) is unknown color: approx Blackberry. HEX triplet: 41, 18 and 2F. RGB value is (65,24,47). Sum of RGB (Red+Green+Blue) = 65+24+47=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41182F is #BEE7D0. Grayscale: #262626. Windows color (decimal): -12511185 or 3086401. OLE color: 3086401.

HSL color Cylindrical-coordinate representation of color #41182F: hue angle of 326.34º 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 #41182F is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB652447-
CMYK00.630.280.75
HSL326.34º46.07%17.45%-
HSV(B)326.34º63.08%25.49%-
XYZ3.021.982.91-
YUV38.88132.58146.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=47.79%
G=17.65%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65244700.630.280.75326.3446.0717.45
Hex41182F03F1C4B1462e11
Octal1013057077341135065621
Binary100000111000101111011111111100100101110100011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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