#381027

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

Shades of Blackberry #381027

Tints of Blackberry #381027

Color information

#381027 (or 0x381027) is unknown color: approx Blackberry. HEX triplet: 38, 10 and 27. RGB value is (56,16,39). Sum of RGB (Red+Green+Blue) = 56+16+39=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381027 is #C7EFD8. Grayscale: #1E1E1E. Windows color (decimal): -13103065 or 2560056. OLE color: 2560056.

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

Color convert

RGB561639-
CMYK00.710.300.78
HSL325.5º55.56%14.12%-
HSV(B)325.5º71.43%21.96%-
XYZ2.181.362.07-
YUV30.58132.75146.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=50.45%
G=14.41%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56163900.710.300.78325.555.5614.12
Hex3810270471E4E14638e
Octal7020470107361165067016
Binary11100010000100111010001111111010011101010001101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381027; }

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

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

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

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

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

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

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

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