#381228

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

Shades of Blackberry #381228

Tints of Blackberry #381228

Color information

#381228 (or 0x381228) is unknown color: approx Blackberry. HEX triplet: 38, 12 and 28. RGB value is (56,18,40). Sum of RGB (Red+Green+Blue) = 56+18+40=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381228 is #C7EDD7. Grayscale: #1F1F1F. Windows color (decimal): -13102552 or 2626104. OLE color: 2626104.

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

Color convert

RGB561840-
CMYK00.680.290.78
HSL325.26º51.35%14.51%-
HSV(B)325.26º67.86%21.96%-
XYZ2.231.432.17-
YUV31.87132.59145.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=49.12%
G=15.79%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56184000.680.290.78325.2651.3514.51
Hex3812280441D4E14533f
Octal7022500104351165056317
Binary11100010010101000010001001110110011101010001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381228; }

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

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

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

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

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

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

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

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