#4C132B

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

Shades of Blackberry #4C132B

Tints of Blackberry #4C132B

Color information

#4C132B (or 0x4C132B) is unknown color: approx Blackberry. HEX triplet: 4C, 13 and 2B. RGB value is (76,19,43). Sum of RGB (Red+Green+Blue) = 76+19+43=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C132B is #B3ECD4. Grayscale: #262626. Windows color (decimal): -11791573 or 2822988. OLE color: 2822988.

HSL color Cylindrical-coordinate representation of color #4C132B: hue angle of 334.74º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C132B is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB761943-
CMYK00.750.430.70
HSL334.74º60%18.63%-
HSV(B)334.74º75%29.8%-
XYZ3.652.182.51-
YUV38.78130.38154.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.07%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=55.07%
G=13.77%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76194300.750.430.70334.746018.63
Hex4C132B04B2B4614f3c13
Octal11423530113531065177423
Binary10011001001110101101001011101011100011010100111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C132B; }

 p { color: rgb(76,19,43); }

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

<style>
 a { background-color: #4C132B; }

 a { background-color: rgb(76,19,43); }

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

<style>
 span { border-color: #4C132B; }

 span { border-color: rgb(76,19,43); }

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