#401B34

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

Shades of Blackberry #401B34

Tints of Blackberry #401B34

Color information

#401B34 (or 0x401B34) is unknown color: approx Blackberry. HEX triplet: 40, 1B and 34. RGB value is (64,27,52). Sum of RGB (Red+Green+Blue) = 64+27+52=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #401B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B34 is #BFE4CB. Grayscale: #282828. Windows color (decimal): -12575948 or 3414848. OLE color: 3414848.

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

Color convert

RGB642752-
CMYK00.580.190.75
HSL319.46º40.66%17.84%-
HSV(B)319.46º57.81%25.1%-
XYZ3.132.123.49-
YUV40.91134.26144.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=44.76%
G=18.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64275200.580.190.75319.4640.6617.84
Hex401B3403A134B13f2912
Octal1003364072231134775122
Binary100000011011110100011101010011100101110011111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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