#2F0A27

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

Shades of Blackberry #2F0A27

Tints of Blackberry #2F0A27

Color information

#2F0A27 (or 0x2F0A27) is unknown color: approx Blackberry. HEX triplet: 2F, 0A and 27. RGB value is (47,10,39). Sum of RGB (Red+Green+Blue) = 47+10+39=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0A27 is #D0F5D8. Grayscale: #181818. Windows color (decimal): -13694425 or 2558511. OLE color: 2558511.

HSL color Cylindrical-coordinate representation of color #2F0A27: hue angle of 312.97º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F0A27 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB471039-
CMYK00.790.170.82
HSL312.97º64.91%11.18%-
HSV(B)312.97º78.72%18.43%-
XYZ1.650.972.02-
YUV24.37136.26144.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=48.96%
G=10.42%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47103900.790.170.82312.9764.9111.18
Hex2FA2704F115213941b
Octal57124701172112247110113
Binary10111110101001110100111110001101001010011100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,10,39); }

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

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

 a { background-color: rgb(47,10,39); }

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

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

 span { border-color: rgb(47,10,39); }

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