#380229

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

Shades of Blackberry #380229

Tints of Blackberry #380229

Color information

#380229 (or 0x380229) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 29. RGB value is (56,2,41). Sum of RGB (Red+Green+Blue) = 56+2+41=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380229 is #C7FDD6. Grayscale: #161616. Windows color (decimal): -13106647 or 2687544. OLE color: 2687544.

HSL color Cylindrical-coordinate representation of color #380229: hue angle of 316.67º 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 #380229 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB56241-
CMYK00.960.270.78
HSL316.67º93.1%11.37%-
HSV(B)316.67º96.43%21.96%-
XYZ2.051.042.19-
YUV22.59138.39151.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=56.57%
G=2.02%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624100.960.270.78316.6793.111.37
Hex382290601B4E13d5db
Octal7025101403311647513513
Binary111000101010010110000011011100111010011110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380229; }

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

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

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

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

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

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

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

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