#380921

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

Shades of Blackberry #380921

Tints of Blackberry #380921

Color information

#380921 (or 0x380921) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 21. RGB value is (56,9,33). Sum of RGB (Red+Green+Blue) = 56+9+33=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380921 is #C7F6DE. Grayscale: #191919. Windows color (decimal): -13104863 or 2165048. OLE color: 2165048.

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

Color convert

RGB56933-
CMYK00.840.410.78
HSL329.36º72.31%12.75%-
HSV(B)329.36º83.93%21.96%-
XYZ21.151.55-
YUV25.79132.07149.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=57.14%
G=9.18%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5693300.840.410.78329.3672.3112.75
Hex38921054294E14948d
Octal70114101245111651111015
Binary111000100110000101010100101001100111010100100110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380921; }

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

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

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

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

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

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

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

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