#380920

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

Shades of Blackberry #380920

Tints of Blackberry #380920

Color information

#380920 (or 0x380920) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 20. RGB value is (56,9,32). Sum of RGB (Red+Green+Blue) = 56+9+32=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380920 is #C7F6DF. Grayscale: #191919. Windows color (decimal): -13104864 or 2099512. OLE color: 2099512.

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

Color convert

RGB56932-
CMYK00.840.430.78
HSL330.64º72.31%12.75%-
HSV(B)330.64º83.93%21.96%-
XYZ1.991.141.48-
YUV25.68131.57149.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=57.73%
G=9.28%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5693200.840.430.78330.6472.3112.75
Hex389200542B4E14b48d
Octal70114001245311651311015
Binary111000100110000001010100101011100111010100101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380920; }

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

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

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

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

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

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

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

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