#380521

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

Shades of Blackberry #380521

Tints of Blackberry #380521

Color information

#380521 (or 0x380521) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 21. RGB value is (56,5,33). Sum of RGB (Red+Green+Blue) = 56+5+33=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #380521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380521 is #C7FADE. Grayscale: #171717. Windows color (decimal): -13105887 or 2164024. OLE color: 2164024.

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

Color convert

RGB56533-
CMYK00.910.410.78
HSL327.06º83.61%11.96%-
HSV(B)327.06º91.07%21.96%-
XYZ1.961.061.54-
YUV23.44133.4151.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=59.57%
G=5.32%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5653300.910.410.78327.0683.6111.96
Hex3852105B294E14754c
Octal7054101335111650712414
Binary11100010110000101011011101001100111010100011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380521; }

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

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

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

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

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

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

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

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