#380821

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

Shades of Blackberry #380821

Tints of Blackberry #380821

Color information

#380821 (or 0x380821) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 21. RGB value is (56,8,33). Sum of RGB (Red+Green+Blue) = 56+8+33=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380821 is #C7F7DE. Grayscale: #191919. Windows color (decimal): -13105119 or 2164792. OLE color: 2164792.

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

Color convert

RGB56833-
CMYK00.860.410.78
HSL328.75º75%12.55%-
HSV(B)328.75º85.71%21.96%-
XYZ1.991.121.55-
YUV25.2132.4149.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=57.73%
G=8.25%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5683300.860.410.78328.757512.55
Hex38821056294E1494bd
Octal70104101265111651111315
Binary111000100010000101010110101001100111010100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380821; }

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

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

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

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

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

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

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

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