#400428

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

Shades of Blackberry #400428

Tints of Blackberry #400428

Color information

#400428 (or 0x400428) is unknown color: approx Blackberry. HEX triplet: 40, 04 and 28. RGB value is (64,4,40). Sum of RGB (Red+Green+Blue) = 64+4+40=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #400428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400428 is #BFFBD7. Grayscale: #191919. Windows color (decimal): -12581848 or 2622528. OLE color: 2622528.

HSL color Cylindrical-coordinate representation of color #400428: hue angle of 324º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400428 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB64440-
CMYK00.940.380.75
HSL324º88.24%13.33%-
HSV(B)324º93.75%25.1%-
XYZ2.541.332.13-
YUV26.04135.88155.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=59.26%
G=3.70%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444000.940.380.7532488.2413.33
Hex4042805E264B14458d
Octal10045001364611350413015
Binary100000010010100001011110100110100101110100010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400428; }

 p { color: rgb(64,4,40); }

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

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

 a { background-color: rgb(64,4,40); }

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

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

 span { border-color: rgb(64,4,40); }

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