#400C30

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

Shades of Blackberry #400C30

Tints of Blackberry #400C30

Color information

#400C30 (or 0x400C30) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 30. RGB value is (64,12,48). Sum of RGB (Red+Green+Blue) = 64+12+48=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C30 is #BFF3CF. Grayscale: #1F1F1F. Windows color (decimal): -12579792 or 3148864. OLE color: 3148864.

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

Color convert

RGB641248-
CMYK00.810.250.75
HSL318.46º68.42%14.9%-
HSV(B)318.46º81.25%25.1%-
XYZ2.781.572.95-
YUV31.65137.23151.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=51.61%
G=9.68%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64124800.810.250.75318.4668.4214.9
Hex40C30051194B13e44f
Octal100146001213111347610417
Binary100000011001100000101000111001100101110011111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400C30; }

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

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

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

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

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

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

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

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