#2F051A

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

Shades of Blackberry #2F051A

Tints of Blackberry #2F051A

Color information

#2F051A (or 0x2F051A) is unknown color: approx Blackberry. HEX triplet: 2F, 05 and 1A. RGB value is (47,5,26). Sum of RGB (Red+Green+Blue) = 47+5+26=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F051A is #D0FAE5. Grayscale: #131313. Windows color (decimal): -13695718 or 1705263. OLE color: 1705263.

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

Color convert

RGB47526-
CMYK00.890.450.82
HSL330º80.77%10.2%-
HSV(B)330º89.36%18.43%-
XYZ1.410.791.05-
YUV19.95131.41147.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 60.26%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=60.26%
G=6.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4752600.890.450.8233080.7710.2
Hex2F51A0592D5214a51a
Octal5753201315512251212112
Binary1011111011101001011001101101101001010100101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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