#3F0230

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

Shades of Blackberry #3F0230

Tints of Blackberry #3F0230

Color information

#3F0230 (or 0x3F0230) is unknown color: approx Blackberry. HEX triplet: 3F, 02 and 30. RGB value is (63,2,48). Sum of RGB (Red+Green+Blue) = 63+2+48=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0230 is #C0FDCF. Grayscale: #191919. Windows color (decimal): -12647888 or 3146303. OLE color: 3146303.

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

Color convert

RGB63248-
CMYK00.970.240.75
HSL314.75º93.85%12.75%-
HSV(B)314.75º96.83%24.71%-
XYZ2.611.312.91-
YUV25.48140.71154.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=55.75%
G=1.77%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6324800.970.240.75314.7593.8512.75
Hex3F230061184B13b5ed
Octal7726001413011347313615
Binary111111101100000110000111000100101110011101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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