#381327

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

Shades of Blackberry #381327

Tints of Blackberry #381327

Color information

#381327 (or 0x381327) is unknown color: approx Blackberry. HEX triplet: 38, 13 and 27. RGB value is (56,19,39). Sum of RGB (Red+Green+Blue) = 56+19+39=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381327 is #C7ECD8. Grayscale: #202020. Windows color (decimal): -13102297 or 2560824. OLE color: 2560824.

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

Color convert

RGB561939-
CMYK00.660.300.78
HSL327.57º49.33%14.71%-
HSV(B)327.57º66.07%21.96%-
XYZ2.231.452.08-
YUV32.34131.76144.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=49.12%
G=16.67%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193900.660.300.78327.5749.3314.71
Hex3813270421E4E14831f
Octal7023470102361165106117
Binary11100010011100111010000101111010011101010010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381327; }

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

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

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

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

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

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

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

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