#380221

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

Shades of Blackberry #380221

Tints of Blackberry #380221

Color information

#380221 (or 0x380221) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 21. RGB value is (56,2,33). Sum of RGB (Red+Green+Blue) = 56+2+33=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380221 is #C7FDDE. Grayscale: #151515. Windows color (decimal): -13106655 or 2163256. OLE color: 2163256.

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

Color convert

RGB56233-
CMYK00.960.410.78
HSL325.56º93.1%11.37%-
HSV(B)325.56º96.43%21.96%-
XYZ1.930.991.53-
YUV21.68134.39152.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=61.54%
G=2.20%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623300.960.410.78325.5693.111.37
Hex38221060294E1465db
Octal7024101405111650613513
Binary1110001010000101100000101001100111010100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380221; }

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

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

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

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

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

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

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

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