#401730

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

Shades of Blackberry #401730

Tints of Blackberry #401730

Color information

#401730 (or 0x401730) is unknown color: approx Blackberry. HEX triplet: 40, 17 and 30. RGB value is (64,23,48). Sum of RGB (Red+Green+Blue) = 64+23+48=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401730 is #BFE8CF. Grayscale: #262626. Windows color (decimal): -12576976 or 3151680. OLE color: 3151680.

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

Color convert

RGB642348-
CMYK00.640.250.75
HSL323.41º47.13%17.06%-
HSV(B)323.41º64.06%25.1%-
XYZ2.951.923.01-
YUV38.11133.58146.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=47.41%
G=17.04%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64234800.640.250.75323.4147.1317.06
Hex401730040194B1432f11
Octal10027600100311135035721
Binary1000000101111100000100000011001100101110100001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401730; }

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

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

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

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

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

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

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

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