#401B35

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

Shades of Blackberry #401B35

Tints of Blackberry #401B35

Color information

#401B35 (or 0x401B35) is unknown color: approx Blackberry. HEX triplet: 40, 1B and 35. RGB value is (64,27,53). Sum of RGB (Red+Green+Blue) = 64+27+53=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #401B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B35 is #BFE4CA. Grayscale: #282828. Windows color (decimal): -12575947 or 3480384. OLE color: 3480384.

HSL color Cylindrical-coordinate representation of color #401B35: hue angle of 317.84º 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 #401B35 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB642753-
CMYK00.580.170.75
HSL317.84º40.66%17.84%-
HSV(B)317.84º57.81%25.1%-
XYZ3.152.133.61-
YUV41.03134.76144.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=44.44%
G=18.75%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64275300.580.170.75317.8440.6617.84
Hex401B3503A114B13e2912
Octal1003365072211134765122
Binary100000011011110101011101010001100101110011111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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