#380421

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

Shades of Blackberry #380421

Tints of Blackberry #380421

Color information

#380421 (or 0x380421) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 21. RGB value is (56,4,33). Sum of RGB (Red+Green+Blue) = 56+4+33=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380421 is #C7FBDE. Grayscale: #161616. Windows color (decimal): -13106143 or 2163768. OLE color: 2163768.

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

Color convert

RGB56433-
CMYK00.930.410.78
HSL326.54º86.67%11.76%-
HSV(B)326.54º92.86%21.96%-
XYZ1.951.041.54-
YUV22.85133.73151.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=60.22%
G=4.30%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643300.930.410.78326.5486.6711.76
Hex3842105D294E14757c
Octal7044101355111650712714
Binary11100010010000101011101101001100111010100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380421; }

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

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

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

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

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

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

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

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