#400F35

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

Shades of Blackberry #400F35

Tints of Blackberry #400F35

Color information

#400F35 (or 0x400F35) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 35. RGB value is (64,15,53). Sum of RGB (Red+Green+Blue) = 64+15+53=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #400F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F35 is #BFF0CA. Grayscale: #212121. Windows color (decimal): -12579019 or 3477312. OLE color: 3477312.

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

Color convert

RGB641553-
CMYK00.770.170.75
HSL313.47º62.03%15.49%-
HSV(B)313.47º76.56%25.1%-
XYZ2.931.693.54-
YUV33.98138.73149.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=48.48%
G=11.36%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64155300.770.170.75313.4762.0315.49
Hex40F3504D114B1393ef
Octal10017650115211134717617
Binary10000001111110101010011011000110010111001110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,15,53); }

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

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

 a { background-color: rgb(64,15,53); }

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

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

 span { border-color: rgb(64,15,53); }

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