#380A24

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

Shades of Blackberry #380A24

Tints of Blackberry #380A24

Color information

#380A24 (or 0x380A24) is unknown color: approx Blackberry. HEX triplet: 38, 0A and 24. RGB value is (56,10,36). Sum of RGB (Red+Green+Blue) = 56+10+36=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #380A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A24 is #C7F5DB. Grayscale: #1A1A1A. Windows color (decimal): -13104604 or 2361912. OLE color: 2361912.

HSL color Cylindrical-coordinate representation of color #380A24: hue angle of 326.09º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A24 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB561036-
CMYK00.820.360.78
HSL326.09º69.7%12.94%-
HSV(B)326.09º82.14%21.96%-
XYZ2.061.191.79-
YUV26.72133.24148.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=54.90%
G=9.80%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56103600.820.360.78326.0969.712.94
Hex38A24052244E14646d
Octal70124401224411650610615
Binary111000101010010001010010100100100111010100011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,10,36); }

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

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

 a { background-color: rgb(56,10,36); }

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

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

 span { border-color: rgb(56,10,36); }

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