#381727

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

Shades of Blackberry #381727

Tints of Blackberry #381727

Color information

#381727 (or 0x381727) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 27. RGB value is (56,23,39). Sum of RGB (Red+Green+Blue) = 56+23+39=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #381727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381727 is #C7E8D8. Grayscale: #222222. Windows color (decimal): -13101273 or 2561848. OLE color: 2561848.

HSL color Cylindrical-coordinate representation of color #381727: hue angle of 330.91º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381727 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB562339-
CMYK00.590.300.78
HSL330.91º41.77%15.49%-
HSV(B)330.91º58.93%21.96%-
XYZ2.31.62.11-
YUV34.69130.43143.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=47.46%
G=19.49%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56233900.590.300.78330.9141.7715.49
Hex38172703B1E4E14b2af
Octal702747073361165135217
Binary1110001011110011101110111111010011101010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381727; }

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

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

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

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

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

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

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

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