#3F0B2A

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

Shades of Blackberry #3F0B2A

Tints of Blackberry #3F0B2A

Color information

#3F0B2A (or 0x3F0B2A) is unknown color: approx Blackberry. HEX triplet: 3F, 0B and 2A. RGB value is (63,11,42). Sum of RGB (Red+Green+Blue) = 63+11+42=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B2A is #C0F4D5. Grayscale: #1E1E1E. Windows color (decimal): -12645590 or 2755391. OLE color: 2755391.

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

Color convert

RGB631142-
CMYK00.830.330.75
HSL324.23º70.27%14.51%-
HSV(B)324.23º82.54%24.71%-
XYZ2.591.462.34-
YUV30.08134.73151.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=54.31%
G=9.48%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63114200.830.330.75324.2370.2714.51
Hex3FB2A053214B14446f
Octal77135201234111350410617
Binary111111101110101001010011100001100101110100010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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