#381329

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

Shades of Blackberry #381329

Tints of Blackberry #381329

Color information

#381329 (or 0x381329) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 29. RGB value is (56,19,41). Sum of RGB (Red+Green+Blue) = 56+19+41=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381329 is #C7ECD6. Grayscale: #202020. Windows color (decimal): -13102295 or 2691896. OLE color: 2691896.

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

Color convert

RGB561941-
CMYK00.660.270.78
HSL324.32º49.33%14.71%-
HSV(B)324.32º66.07%21.96%-
XYZ2.261.472.26-
YUV32.57132.76144.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=48.28%
G=16.38%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56194100.660.270.78324.3249.3314.71
Hex3813290421B4E14431f
Octal7023510102331165046117
Binary11100010011101001010000101101110011101010001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381329; }

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

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

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

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

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

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

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

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