#3F042B

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

Shades of Blackberry #3F042B

Tints of Blackberry #3F042B

Color information

#3F042B (or 0x3F042B) is unknown color: approx Blackberry. HEX triplet: 3F, 04 and 2B. RGB value is (63,4,43). Sum of RGB (Red+Green+Blue) = 63+4+43=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F042B is #C0FBD4. Grayscale: #191919. Windows color (decimal): -12647381 or 2819135. OLE color: 2819135.

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

Color convert

RGB63443-
CMYK00.940.320.75
HSL320.34º88.06%13.14%-
HSV(B)320.34º93.65%24.71%-
XYZ2.531.322.41-
YUV26.09137.55154.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=57.27%
G=3.64%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6344300.940.320.75320.3488.0613.14
Hex3F42B05E204B14058d
Octal7745301364011350013015
Binary11111110010101101011110100000100101110100000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,4,43); }

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

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

 a { background-color: rgb(63,4,43); }

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

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

 span { border-color: rgb(63,4,43); }

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