#380928

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

Shades of Blackberry #380928

Tints of Blackberry #380928

Color information

#380928 (or 0x380928) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 28. RGB value is (56,9,40). Sum of RGB (Red+Green+Blue) = 56+9+40=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380928 is #C7F6D7. Grayscale: #1A1A1A. Windows color (decimal): -13104856 or 2623800. OLE color: 2623800.

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

Color convert

RGB56940-
CMYK00.840.290.78
HSL320.43º72.31%12.75%-
HSV(B)320.43º83.93%21.96%-
XYZ2.111.192.13-
YUV26.59135.57148.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=53.33%
G=8.57%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5694000.840.290.78320.4372.3112.75
Hex389280541D4E14048d
Octal70115001243511650011015
Binary11100010011010000101010011101100111010100000010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380928; }

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

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

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

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

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

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

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

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