#3F0F26

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

Shades of Blackberry #3F0F26

Tints of Blackberry #3F0F26

Color information

#3F0F26 (or 0x3F0F26) is unknown color: approx Blackberry. HEX triplet: 3F, 0F and 26. RGB value is (63,15,38). Sum of RGB (Red+Green+Blue) = 63+15+38=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F26 is #C0F0D9. Grayscale: #1F1F1F. Windows color (decimal): -12644570 or 2494271. OLE color: 2494271.

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

Color convert

RGB631538-
CMYK00.760.400.75
HSL331.25º61.54%15.29%-
HSV(B)331.25º76.19%24.71%-
XYZ2.571.542-
YUV31.97131.4150.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=54.31%
G=12.93%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63153800.760.400.75331.2561.5415.29
Hex3FF2604C284B14b3ef
Octal7717460114501135137617
Binary11111111111001100100110010100010010111010010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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