#380A2D

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

Shades of Blackberry #380A2D

Tints of Blackberry #380A2D

Color information

#380A2D (or 0x380A2D) is unknown color: approx Blackberry. HEX triplet: 38, 0A and 2D. RGB value is (56,10,45). Sum of RGB (Red+Green+Blue) = 56+10+45=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A2D is #C7F5D2. Grayscale: #1B1B1B. Windows color (decimal): -13104595 or 2951736. OLE color: 2951736.

HSL color Cylindrical-coordinate representation of color #380A2D: hue angle of 314.35º 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 #380A2D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB561045-
CMYK00.820.200.78
HSL314.35º69.7%12.94%-
HSV(B)314.35º82.14%21.96%-
XYZ2.211.252.61-
YUV27.74137.74148.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=50.45%
G=9.01%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56104500.820.200.78314.3569.712.94
Hex38A2D052144E13a46d
Octal70125501222411647210615
Binary11100010101011010101001010100100111010011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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