#38132D

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

Shades of Blackberry #38132D

Tints of Blackberry #38132D

Color information

#38132D (or 0x38132D) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 2D. RGB value is (56,19,45). Sum of RGB (Red+Green+Blue) = 56+19+45=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132D is #C7ECD2. Grayscale: #202020. Windows color (decimal): -13102291 or 2954040. OLE color: 2954040.

HSL color Cylindrical-coordinate representation of color #38132D: hue angle of 317.84º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38132D is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB561945-
CMYK00.660.200.78
HSL317.84º49.33%14.71%-
HSV(B)317.84º66.07%21.96%-
XYZ2.341.52.65-
YUV33.03134.76144.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=46.67%
G=15.83%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56194500.660.200.78317.8449.3314.71
Hex38132D042144E13e31f
Octal7023550102241164766117
Binary11100010011101101010000101010010011101001111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38132D; }

 p { color: rgb(56,19,45); }

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

<style>
 a { background-color: #38132D; }

 a { background-color: rgb(56,19,45); }

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

<style>
 span { border-color: #38132D; }

 span { border-color: rgb(56,19,45); }

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