#3F0626

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

Shades of Blackberry #3F0626

Tints of Blackberry #3F0626

Color information

#3F0626 (or 0x3F0626) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 26. RGB value is (63,6,38). Sum of RGB (Red+Green+Blue) = 63+6+38=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0626 is #C0F9D9. Grayscale: #1A1A1A. Windows color (decimal): -12646874 or 2491967. OLE color: 2491967.

HSL color Cylindrical-coordinate representation of color #3F0626: hue angle of 326.32º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0626 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB63638-
CMYK00.900.400.75
HSL326.32º82.61%13.53%-
HSV(B)326.32º90.48%24.71%-
XYZ2.461.331.96-
YUV26.69134.38153.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=58.88%
G=5.61%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6363800.900.400.75326.3282.6113.53
Hex3F62605A284B14653e
Octal7764601325011350612316
Binary11111111010011001011010101000100101110100011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,6,38); }

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

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

 a { background-color: rgb(63,6,38); }

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

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

 span { border-color: rgb(63,6,38); }

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