#380220

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

Shades of Blackberry #380220

Tints of Blackberry #380220

Color information

#380220 (or 0x380220) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 20. RGB value is (56,2,32). Sum of RGB (Red+Green+Blue) = 56+2+32=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #380220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380220 is #C7FDDF. Grayscale: #151515. Windows color (decimal): -13106656 or 2097720. OLE color: 2097720.

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

Color convert

RGB56232-
CMYK00.960.430.78
HSL326.67º93.1%11.37%-
HSV(B)326.67º96.43%21.96%-
XYZ1.910.991.46-
YUV21.57133.89152.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=62.22%
G=2.22%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623200.960.430.78326.6793.111.37
Hex382200602B4E1475db
Octal7024001405311650713513
Binary1110001010000001100000101011100111010100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380220; }

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

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

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

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

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

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

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

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