#3F0E34

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

Shades of Blackberry #3F0E34

Tints of Blackberry #3F0E34

Color information

#3F0E34 (or 0x3F0E34) is unknown color: approx Blackberry. HEX triplet: 3F, 0E and 34. RGB value is (63,14,52). Sum of RGB (Red+Green+Blue) = 63+14+52=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E34 is #C0F1CB. Grayscale: #202020. Windows color (decimal): -12644812 or 3411519. OLE color: 3411519.

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

Color convert

RGB631452-
CMYK00.780.170.75
HSL313.47º63.64%15.1%-
HSV(B)313.47º77.78%24.71%-
XYZ2.831.623.41-
YUV32.98138.73149.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.84%
GREEN value IS 14 (5.86% from 255) = 10.85%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=48.84%
G=10.85%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63145200.780.170.75313.4763.6415.1
Hex3FE3404E114B13940f
Octal77166401162111347110017
Binary11111111101101000100111010001100101110011100110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0E34; }

 p { color: rgb(63,14,52); }

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

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

 a { background-color: rgb(63,14,52); }

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

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

 span { border-color: rgb(63,14,52); }

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