#3F072B

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

Shades of Blackberry #3F072B

Tints of Blackberry #3F072B

Color information

#3F072B (or 0x3F072B) is unknown color: approx Blackberry. HEX triplet: 3F, 07 and 2B. RGB value is (63,7,43). Sum of RGB (Red+Green+Blue) = 63+7+43=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F072B is #C0F8D4. Grayscale: #1B1B1B. Windows color (decimal): -12646613 or 2819903. OLE color: 2819903.

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

Color convert

RGB63743-
CMYK00.890.320.75
HSL321.43º80%13.73%-
HSV(B)321.43º88.89%24.71%-
XYZ2.561.382.42-
YUV27.85136.55153.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=55.75%
G=6.19%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6374300.890.320.75321.438013.73
Hex3F72B059204B14150e
Octal7775301314011350112016
Binary11111111110101101011001100000100101110100000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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