#3F0C30

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

Shades of Blackberry #3F0C30

Tints of Blackberry #3F0C30

Color information

#3F0C30 (or 0x3F0C30) is unknown color: approx Blackberry. HEX triplet: 3F, 0C and 30. RGB value is (63,12,48). Sum of RGB (Red+Green+Blue) = 63+12+48=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0C30 is #C0F3CF. Grayscale: #1F1F1F. Windows color (decimal): -12645328 or 3148863. OLE color: 3148863.

HSL color Cylindrical-coordinate representation of color #3F0C30: hue angle of 317.65º 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 #3F0C30 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB631248-
CMYK00.810.240.75
HSL317.65º68%14.71%-
HSV(B)317.65º80.95%24.71%-
XYZ2.711.532.95-
YUV31.35137.4150.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=51.22%
G=9.76%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63124800.810.240.75317.656814.71
Hex3FC30051184B13e44f
Octal77146001213011347610417
Binary11111111001100000101000111000100101110011111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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