#411738

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

Shades of Blackberry #411738

Tints of Blackberry #411738

Color information

#411738 (or 0x411738) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 38. RGB value is (65,23,56). Sum of RGB (Red+Green+Blue) = 65+23+56=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #411738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411738 is #BEE8C7. Grayscale: #272727. Windows color (decimal): -12511432 or 3675969. OLE color: 3675969.

HSL color Cylindrical-coordinate representation of color #411738: hue angle of 312.86º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411738 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB652356-
CMYK00.650.140.75
HSL312.86º47.73%17.25%-
HSV(B)312.86º64.62%25.49%-
XYZ3.22.023.96-
YUV39.32137.41146.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=45.14%
G=15.97%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65235600.650.140.75312.8647.7317.25
Hex411738041E4B1393011
Octal10127700101161134716021
Binary100000110111111000010000011110100101110011100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411738; }

 p { color: rgb(65,23,56); }

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

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

 a { background-color: rgb(65,23,56); }

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

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

 span { border-color: rgb(65,23,56); }

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