#2F0524

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

Shades of Blackberry #2F0524

Tints of Blackberry #2F0524

Color information

#2F0524 (or 0x2F0524) is unknown color: approx Blackberry. HEX triplet: 2F, 05 and 24. RGB value is (47,5,36). Sum of RGB (Red+Green+Blue) = 47+5+36=88 (11% of max value = 765). Red value is 47 (18.75% from 255 or 53.41% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0524 is #D0FADB. Grayscale: #151515. Windows color (decimal): -13695708 or 2360623. OLE color: 2360623.

HSL color Cylindrical-coordinate representation of color #2F0524: hue angle of 315.71º 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 #2F0524 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.82.

Color convert

RGB47536-
CMYK00.890.230.82
HSL315.71º80.77%10.2%-
HSV(B)315.71º89.36%18.43%-
XYZ1.540.841.75-
YUV21.09136.41146.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 53.41%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 36 (14.45% from 255) = 40.91%
R=53.41%
G=5.68%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4753600.890.230.82315.7180.7710.2
Hex2F524059175213c51a
Octal5754401312712247412112
Binary1011111011001000101100110111101001010011110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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