#380021

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

Shades of Blackberry #380021

Tints of Blackberry #380021

Color information

#380021 (or 0x380021) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 21. RGB value is (56,0,33). Sum of RGB (Red+Green+Blue) = 56+0+33=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380021 is #C7FFDE. Grayscale: #141414. Windows color (decimal): -13107167 or 2162744. OLE color: 2162744.

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

Color convert

RGB56033-
CMYK010.410.78
HSL324.64º100%10.98%-
HSV(B)324.64º100%21.96%-
XYZ1.910.951.52-
YUV20.51135.05153.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=62.92%
G=0%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56033010.410.78324.6410010.98
Hex38021064294E14564b
Octal7004101445111650514413
Binary111000010000101100100101001100111010100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380021; }

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

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

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

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

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

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

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

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