#401B30

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

Shades of Blackberry #401B30

Tints of Blackberry #401B30

Color information

#401B30 (or 0x401B30) is unknown color: approx Blackberry. HEX triplet: 40, 1B and 30. RGB value is (64,27,48). Sum of RGB (Red+Green+Blue) = 64+27+48=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B30 is #BFE4CF. Grayscale: #282828. Windows color (decimal): -12575952 or 3152704. OLE color: 3152704.

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

Color convert

RGB642748-
CMYK00.580.250.75
HSL325.95º40.66%17.84%-
HSV(B)325.95º57.81%25.1%-
XYZ3.042.093.04-
YUV40.46132.26144.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=46.04%
G=19.42%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64274800.580.250.75325.9540.6617.84
Hex401B3003A194B1462912
Octal1003360072311135065122
Binary100000011011110000011101011001100101110100011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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