#380D24

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

Shades of Blackberry #380D24

Tints of Blackberry #380D24

Color information

#380D24 (or 0x380D24) is unknown color: approx Blackberry. HEX triplet: 38, 0D and 24. RGB value is (56,13,36). Sum of RGB (Red+Green+Blue) = 56+13+36=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D24 is #C7F2DB. Grayscale: #1C1C1C. Windows color (decimal): -13103836 or 2362680. OLE color: 2362680.

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

Color convert

RGB561336-
CMYK00.770.360.78
HSL327.91º62.32%13.53%-
HSV(B)327.91º76.79%21.96%-
XYZ2.091.261.8-
YUV28.48132.25147.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=53.33%
G=12.38%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56133600.770.360.78327.9162.3213.53
Hex38D2404D244E1483ee
Octal7015440115441165107616
Binary11100011011001000100110110010010011101010010001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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