#400F34

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

Shades of Blackberry #400F34

Tints of Blackberry #400F34

Color information

#400F34 (or 0x400F34) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 34. RGB value is (64,15,52). Sum of RGB (Red+Green+Blue) = 64+15+52=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #400F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F34 is #BFF0CB. Grayscale: #212121. Windows color (decimal): -12579020 or 3411776. OLE color: 3411776.

HSL color Cylindrical-coordinate representation of color #400F34: hue angle of 314.69º 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 #400F34 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB641552-
CMYK00.770.190.75
HSL314.69º62.03%15.49%-
HSV(B)314.69º76.56%25.1%-
XYZ2.911.683.42-
YUV33.87138.23149.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=48.85%
G=11.45%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64155200.770.190.75314.6962.0315.49
Hex40F3404D134B13b3ef
Octal10017640115231134737617
Binary10000001111110100010011011001110010111001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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