#401E30

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

Shades of Blackberry #401E30

Tints of Blackberry #401E30

Color information

#401E30 (or 0x401E30) is unknown color: approx Blackberry. HEX triplet: 40, 1E and 30. RGB value is (64,30,48). Sum of RGB (Red+Green+Blue) = 64+30+48=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E30 is #BFE1CF. Grayscale: #2A2A2A. Windows color (decimal): -12575184 or 3153472. OLE color: 3153472.

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

Color convert

RGB643048-
CMYK00.530.250.75
HSL328.24º36.17%18.43%-
HSV(B)328.24º53.12%25.1%-
XYZ3.112.233.06-
YUV42.22131.26143.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=45.07%
G=21.13%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64304800.530.250.75328.2436.1718.43
Hex401E30035194B1482412
Octal1003660065311135104422
Binary100000011110110000011010111001100101110100100010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,30,48); }

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

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

 a { background-color: rgb(64,30,48); }

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

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

 span { border-color: rgb(64,30,48); }

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