#380621

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

Shades of Blackberry #380621

Tints of Blackberry #380621

Color information

#380621 (or 0x380621) is unknown color: approx Blackberry. HEX triplet: 38, 06 and 21. RGB value is (56,6,33). Sum of RGB (Red+Green+Blue) = 56+6+33=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380621 is #C7F9DE. Grayscale: #171717. Windows color (decimal): -13105631 or 2164280. OLE color: 2164280.

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

Color convert

RGB56633-
CMYK00.890.410.78
HSL327.6º80.65%12.16%-
HSV(B)327.6º89.29%21.96%-
XYZ1.971.081.54-
YUV24.03133.06150.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=58.95%
G=6.32%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5663300.890.410.78327.680.6512.16
Hex38621059294E14851c
Octal7064101315111651012114
Binary11100011010000101011001101001100111010100100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380621; }

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

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

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

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

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

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

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

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