#380E21

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

Shades of Blackberry #380E21

Tints of Blackberry #380E21

Color information

#380E21 (or 0x380E21) is unknown color: approx Blackberry. HEX triplet: 38, 0E and 21. RGB value is (56,14,33). Sum of RGB (Red+Green+Blue) = 56+14+33=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E21 is #C7F1DE. Grayscale: #1C1C1C. Windows color (decimal): -13103583 or 2166328. OLE color: 2166328.

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

Color convert

RGB561433-
CMYK00.750.410.78
HSL332.86º60%13.73%-
HSV(B)332.86º75%21.96%-
XYZ2.061.261.57-
YUV28.72130.41147.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=54.37%
G=13.59%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56143300.750.410.78332.866013.73
Hex38E2104B294E14d3ce
Octal7016410113511165157416
Binary11100011101000010100101110100110011101010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380E21; }

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

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

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

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

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

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

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

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