#2F0C1B

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

Shades of Blackberry #2F0C1B

Tints of Blackberry #2F0C1B

Color information

#2F0C1B (or 0x2F0C1B) is unknown color: approx Blackberry. HEX triplet: 2F, 0C and 1B. RGB value is (47,12,27). Sum of RGB (Red+Green+Blue) = 47+12+27=86 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.65% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C1B is #D0F3E4. Grayscale: #181818. Windows color (decimal): -13693925 or 1772591. OLE color: 1772591.

HSL color Cylindrical-coordinate representation of color #2F0C1B: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F0C1B is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB471227-
CMYK00.740.430.82
HSL334.29º59.32%11.57%-
HSV(B)334.29º74.47%18.43%-
XYZ1.50.951.14-
YUV24.17129.6144.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 54.65%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=54.65%
G=13.95%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47122700.740.430.82334.2959.3211.57
Hex2FC1B04A2B5214e3bc
Octal5714330112531225167314
Binary1011111100110110100101010101110100101010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,12,27); }

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

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

 a { background-color: rgb(47,12,27); }

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

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

 span { border-color: rgb(47,12,27); }

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