#2F011A

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

Shades of Blackberry #2F011A

Tints of Blackberry #2F011A

Color information

#2F011A (or 0x2F011A) is unknown color: approx Blackberry. HEX triplet: 2F, 01 and 1A. RGB value is (47,1,26). Sum of RGB (Red+Green+Blue) = 47+1+26=74 (9% of max value = 765). Red value is 47 (18.75% from 255 or 63.51% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 47 - color contains mainly: red. Hex color #2F011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F011A is #D0FEE5. Grayscale: #111111. Windows color (decimal): -13696742 or 1704239. OLE color: 1704239.

HSL color Cylindrical-coordinate representation of color #2F011A: hue angle of 327.39º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F011A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.82.

Color convert

RGB47126-
CMYK00.980.450.82
HSL327.39º95.83%9.41%-
HSV(B)327.39º97.87%18.43%-
XYZ1.370.71.04-
YUV17.6132.74148.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 63.51%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=63.51%
G=1.35%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4712600.980.450.82327.3995.839.41
Hex2F11A0622D52147609
Octal5713201425512250714011
Binary10111111101001100010101101101001010100011111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,1,26); }

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

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

 a { background-color: rgb(47,1,26); }

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

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

 span { border-color: rgb(47,1,26); }

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