#38132C

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

Shades of Blackberry #38132C

Tints of Blackberry #38132C

Color information

#38132C (or 0x38132C) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 2C. RGB value is (56,19,44). Sum of RGB (Red+Green+Blue) = 56+19+44=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132C is #C7ECD3. Grayscale: #202020. Windows color (decimal): -13102292 or 2888504. OLE color: 2888504.

HSL color Cylindrical-coordinate representation of color #38132C: hue angle of 319.46º 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 #38132C is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB561944-
CMYK00.660.210.78
HSL319.46º49.33%14.71%-
HSV(B)319.46º66.07%21.96%-
XYZ2.321.492.55-
YUV32.91134.26144.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=47.06%
G=15.97%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56194400.660.210.78319.4649.3314.71
Hex38132C042154E13f31f
Octal7023540102251164776117
Binary11100010011101100010000101010110011101001111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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