#380420

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

Shades of Blackberry #380420

Tints of Blackberry #380420

Color information

#380420 (or 0x380420) is unknown color: approx Blackberry. HEX triplet: 38, 04 and 20. RGB value is (56,4,32). Sum of RGB (Red+Green+Blue) = 56+4+32=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380420 is #C7FBDF. Grayscale: #161616. Windows color (decimal): -13106144 or 2098232. OLE color: 2098232.

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

Color convert

RGB56432-
CMYK00.930.430.78
HSL327.69º86.67%11.76%-
HSV(B)327.69º92.86%21.96%-
XYZ1.941.031.46-
YUV22.74133.23151.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=60.87%
G=4.35%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643200.930.430.78327.6986.6711.76
Hex3842005D2B4E14857c
Octal7044001355311651012714
Binary11100010010000001011101101011100111010100100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380420; }

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

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

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

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

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

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

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

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