#3F0F30

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

Shades of Blackberry #3F0F30

Tints of Blackberry #3F0F30

Color information

#3F0F30 (or 0x3F0F30) is unknown color: approx Blackberry. HEX triplet: 3F, 0F and 30. RGB value is (63,15,48). Sum of RGB (Red+Green+Blue) = 63+15+48=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F30 is #C0F0CF. Grayscale: #212121. Windows color (decimal): -12644560 or 3149631. OLE color: 3149631.

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

Color convert

RGB631548-
CMYK00.760.240.75
HSL318.75º61.54%15.29%-
HSV(B)318.75º76.19%24.71%-
XYZ2.751.612.96-
YUV33.11136.4149.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 11.90%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=50%
G=11.90%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63154800.760.240.75318.7561.5415.29
Hex3FF3004C184B13f3ef
Octal7717600114301134777617
Binary1111111111110000010011001100010010111001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,48); }

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

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

 a { background-color: rgb(63,15,48); }

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

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

 span { border-color: rgb(63,15,48); }

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