#3F172C

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

Shades of Blackberry #3F172C

Tints of Blackberry #3F172C

Color information

#3F172C (or 0x3F172C) is unknown color: approx Blackberry. HEX triplet: 3F, 17 and 2C. RGB value is (63,23,44). Sum of RGB (Red+Green+Blue) = 63+23+44=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F172C is #C0E8D3. Grayscale: #252525. Windows color (decimal): -12642516 or 2889535. OLE color: 2889535.

HSL color Cylindrical-coordinate representation of color #3F172C: hue angle of 328.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F172C is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB632344-
CMYK00.630.300.75
HSL328.5º46.51%16.86%-
HSV(B)328.5º63.49%24.71%-
XYZ2.811.852.59-
YUV37.35131.75146.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.46%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=48.46%
G=17.69%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63234400.630.300.75328.546.5116.86
Hex3F172C03F1E4B1482f11
Octal772754077361135105721
Binary11111110111101100011111111110100101110100100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,23,44); }

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

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

 a { background-color: rgb(63,23,44); }

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

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

 span { border-color: rgb(63,23,44); }

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