#401934

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

Shades of Blackberry #401934

Tints of Blackberry #401934

Color information

#401934 (or 0x401934) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 34. RGB value is (64,25,52). Sum of RGB (Red+Green+Blue) = 64+25+52=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401934 is #BFE6CB. Grayscale: #272727. Windows color (decimal): -12576460 or 3414336. OLE color: 3414336.

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

Color convert

RGB642552-
CMYK00.610.190.75
HSL318.46º43.82%17.45%-
HSV(B)318.46º60.94%25.1%-
XYZ3.082.033.48-
YUV39.74134.92145.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=45.39%
G=17.73%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64255200.610.190.75318.4643.8217.45
Hex40193403D134B13e2c11
Octal1003164075231134765421
Binary100000011001110100011110110011100101110011111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401934; }

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

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

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

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

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

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

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

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