#2F1724

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

Shades of Blackberry #2F1724

Tints of Blackberry #2F1724

Color information

#2F1724 (or 0x2F1724) is unknown color: approx Blackberry. HEX triplet: 2F, 17 and 24. RGB value is (47,23,36). Sum of RGB (Red+Green+Blue) = 47+23+36=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1724 is #D0E8DB. Grayscale: #1F1F1F. Windows color (decimal): -13691100 or 2365231. OLE color: 2365231.

HSL color Cylindrical-coordinate representation of color #2F1724: hue angle of 327.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F1724 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.82.

Color convert

RGB472336-
CMYK00.510.230.82
HSL327.5º34.29%13.73%-
HSV(B)327.5º51.06%18.43%-
XYZ1.81.341.83-
YUV31.66130.45138.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.34%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=44.34%
G=21.70%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47233600.510.230.82327.534.2913.73
Hex2F1724033175214822e
Octal572744063271225104216
Binary1011111011110010001100111011110100101010010001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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