#401B36

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

Shades of Blackberry #401B36

Tints of Blackberry #401B36

Color information

#401B36 (or 0x401B36) is unknown color: approx Blackberry. HEX triplet: 40, 1B and 36. RGB value is (64,27,54). Sum of RGB (Red+Green+Blue) = 64+27+54=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B36 is #BFE4C9. Grayscale: #292929. Windows color (decimal): -12575946 or 3545920. OLE color: 3545920.

HSL color Cylindrical-coordinate representation of color #401B36: hue angle of 316.22º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B36 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB642754-
CMYK00.580.160.75
HSL316.22º40.66%17.84%-
HSV(B)316.22º57.81%25.1%-
XYZ3.172.143.74-
YUV41.14135.26144.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=44.14%
G=18.62%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64275400.580.160.75316.2240.6617.84
Hex401B3603A104B13c2912
Octal1003366072201134745122
Binary100000011011110110011101010000100101110011110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401B36; }

 p { color: rgb(64,27,54); }

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

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

 a { background-color: rgb(64,27,54); }

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

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

 span { border-color: rgb(64,27,54); }

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