#380228

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

Shades of Blackberry #380228

Tints of Blackberry #380228

Color information

#380228 (or 0x380228) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 28. RGB value is (56,2,40). Sum of RGB (Red+Green+Blue) = 56+2+40=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380228 is #C7FDD7. Grayscale: #161616. Windows color (decimal): -13106648 or 2622008. OLE color: 2622008.

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

Color convert

RGB56240-
CMYK00.960.290.78
HSL317.78º93.1%11.37%-
HSV(B)317.78º96.43%21.96%-
XYZ2.041.042.1-
YUV22.48137.89151.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=57.14%
G=2.04%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624000.960.290.78317.7893.111.37
Hex382280601D4E13e5db
Octal7025001403511647613513
Binary111000101010000110000011101100111010011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380228; }

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

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

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

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

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

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

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

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