#3F0D2A

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

Shades of Blackberry #3F0D2A

Tints of Blackberry #3F0D2A

Color information

#3F0D2A (or 0x3F0D2A) is unknown color: approx Blackberry. HEX triplet: 3F, 0D and 2A. RGB value is (63,13,42). Sum of RGB (Red+Green+Blue) = 63+13+42=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D2A is #C0F2D5. Grayscale: #1F1F1F. Windows color (decimal): -12645078 or 2755903. OLE color: 2755903.

HSL color Cylindrical-coordinate representation of color #3F0D2A: hue angle of 325.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D2A is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB631342-
CMYK00.790.330.75
HSL325.2º65.79%14.9%-
HSV(B)325.2º79.37%24.71%-
XYZ2.611.512.34-
YUV31.26134.06150.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=53.39%
G=11.02%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63134200.790.330.75325.265.7914.9
Hex3FD2A04F214B14542f
Octal77155201174111350510217
Binary111111110110101001001111100001100101110100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,13,42); }

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

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

 a { background-color: rgb(63,13,42); }

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

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

 span { border-color: rgb(63,13,42); }

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