#43182F

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

Shades of Blackberry #43182F

Tints of Blackberry #43182F

Color information

#43182F (or 0x43182F) is unknown color: approx Blackberry. HEX triplet: 43, 18 and 2F. RGB value is (67,24,47). Sum of RGB (Red+Green+Blue) = 67+24+47=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #43182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43182F is #BCE7D0. Grayscale: #272727. Windows color (decimal): -12380113 or 3086403. OLE color: 3086403.

HSL color Cylindrical-coordinate representation of color #43182F: hue angle of 327.91º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43182F is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB672447-
CMYK00.640.300.74
HSL327.91º47.25%17.84%-
HSV(B)327.91º64.18%26.27%-
XYZ3.152.052.92-
YUV39.48132.25147.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=48.55%
G=17.39%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67244700.640.300.74327.9147.2517.84
Hex43182F0401E4A1482f12
Octal10330570100361125105722
Binary1000011110001011110100000011110100101010100100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43182F; }

 p { color: rgb(67,24,47); }

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

<style>
 a { background-color: #43182F; }

 a { background-color: rgb(67,24,47); }

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

<style>
 span { border-color: #43182F; }

 span { border-color: rgb(67,24,47); }

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