#3F182A

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

Shades of Blackberry #3F182A

Tints of Blackberry #3F182A

Color information

#3F182A (or 0x3F182A) is unknown color: approx Blackberry. HEX triplet: 3F, 18 and 2A. RGB value is (63,24,42). Sum of RGB (Red+Green+Blue) = 63+24+42=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F182A is #C0E7D5. Grayscale: #252525. Windows color (decimal): -12642262 or 2758719. OLE color: 2758719.

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

Color convert

RGB632442-
CMYK00.620.330.75
HSL332.31º44.83%17.06%-
HSV(B)332.31º61.9%24.71%-
XYZ2.791.882.41-
YUV37.71130.42146.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.84%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=48.84%
G=18.60%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63244200.620.330.75332.3144.8317.06
Hex3F182A03E214B14c2d11
Octal773052076411135145521
Binary111111110001010100111110100001100101110100110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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