#38132A

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

Shades of Blackberry #38132A

Tints of Blackberry #38132A

Color information

#38132A (or 0x38132A) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 2A. RGB value is (56,19,42). Sum of RGB (Red+Green+Blue) = 56+19+42=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132A is #C7ECD5. Grayscale: #202020. Windows color (decimal): -13102294 or 2757432. OLE color: 2757432.

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

Color convert

RGB561942-
CMYK00.660.250.78
HSL322.7º49.33%14.71%-
HSV(B)322.7º66.07%21.96%-
XYZ2.281.472.35-
YUV32.68133.26144.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=47.86%
G=16.24%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56194200.660.250.78322.749.3314.71
Hex38132A042194E14331f
Octal7023520102311165036117
Binary11100010011101010010000101100110011101010000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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