#2F1021

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

Shades of Blackberry #2F1021

Tints of Blackberry #2F1021

Color information

#2F1021 (or 0x2F1021) is unknown color: approx Blackberry. HEX triplet: 2F, 10 and 21. RGB value is (47,16,33). Sum of RGB (Red+Green+Blue) = 47+16+33=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1021 is #D0EFDE. Grayscale: #1B1B1B. Windows color (decimal): -13692895 or 2166831. OLE color: 2166831.

HSL color Cylindrical-coordinate representation of color #2F1021: hue angle of 327.1º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F1021 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB471633-
CMYK00.660.300.82
HSL327.1º49.21%12.35%-
HSV(B)327.1º65.96%18.43%-
XYZ1.631.081.56-
YUV27.21131.27142.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=48.96%
G=16.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47163300.660.300.82327.149.2112.35
Hex2F10210421E5214731c
Octal5720410102361225076114
Binary10111110000100001010000101111010100101010001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1021; }

 p { color: rgb(47,16,33); }

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

<style>
 a { background-color: #2F1021; }

 a { background-color: rgb(47,16,33); }

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

<style>
 span { border-color: #2F1021; }

 span { border-color: rgb(47,16,33); }

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