#401C33

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

Shades of Blackberry #401C33

Tints of Blackberry #401C33

Color information

#401C33 (or 0x401C33) is unknown color: approx Blackberry. HEX triplet: 40, 1C and 33. RGB value is (64,28,51). Sum of RGB (Red+Green+Blue) = 64+28+51=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #401C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C33 is #BFE3CC. Grayscale: #292929. Windows color (decimal): -12575693 or 3349568. OLE color: 3349568.

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

Color convert

RGB642851-
CMYK00.560.200.75
HSL321.67º39.13%18.04%-
HSV(B)321.67º56.25%25.1%-
XYZ3.132.163.38-
YUV41.39133.43144.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 28 (11.33% from 255) = 19.58%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=44.76%
G=19.58%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64285100.560.200.75321.6739.1318.04
Hex401C33038144B1422712
Octal1003463070241135024722
Binary100000011100110011011100010100100101110100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,28,51); }

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

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

 a { background-color: rgb(64,28,51); }

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

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

 span { border-color: rgb(64,28,51); }

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