#381128

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

Shades of Blackberry #381128

Tints of Blackberry #381128

Color information

#381128 (or 0x381128) is unknown color: approx Blackberry. HEX triplet: 38, 11 and 28. RGB value is (56,17,40). Sum of RGB (Red+Green+Blue) = 56+17+40=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381128 is #C7EED7. Grayscale: #1F1F1F. Windows color (decimal): -13102808 or 2625848. OLE color: 2625848.

HSL color Cylindrical-coordinate representation of color #381128: hue angle of 324.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381128 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB561740-
CMYK00.700.290.78
HSL324.62º53.42%14.31%-
HSV(B)324.62º69.64%21.96%-
XYZ2.211.392.16-
YUV31.28132.92145.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=49.56%
G=15.04%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56174000.700.290.78324.6253.4214.31
Hex3811280461D4E14535e
Octal7021500106351165056516
Binary11100010001101000010001101110110011101010001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381128; }

 p { color: rgb(56,17,40); }

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

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

 a { background-color: rgb(56,17,40); }

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

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

 span { border-color: rgb(56,17,40); }

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