#3F062A

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

Shades of Blackberry #3F062A

Tints of Blackberry #3F062A

Color information

#3F062A (or 0x3F062A) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 2A. RGB value is (63,6,42). Sum of RGB (Red+Green+Blue) = 63+6+42=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F062A is #C0F9D5. Grayscale: #1B1B1B. Windows color (decimal): -12646870 or 2754111. OLE color: 2754111.

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

Color convert

RGB63642-
CMYK00.900.330.75
HSL322.11º82.61%13.53%-
HSV(B)322.11º90.48%24.71%-
XYZ2.531.352.32-
YUV27.15136.38153.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.76%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=56.76%
G=5.41%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364200.900.330.75322.1182.6113.53
Hex3F62A05A214B14253e
Octal7765201324111350212316
Binary11111111010101001011010100001100101110100001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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