#380A1D

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

Shades of Blackberry #380A1D

Tints of Blackberry #380A1D

Color information

#380A1D (or 0x380A1D) is unknown color: approx Blackberry. HEX triplet: 38, 0A and 1D. RGB value is (56,10,29). Sum of RGB (Red+Green+Blue) = 56+10+29=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A1D is #C7F5E2. Grayscale: #191919. Windows color (decimal): -13104611 or 1903160. OLE color: 1903160.

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

Color convert

RGB561029-
CMYK00.820.480.78
HSL335.22º69.7%12.94%-
HSV(B)335.22º82.14%21.96%-
XYZ1.961.151.28-
YUV25.92129.74149.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 10 (4.30% from 255) = 10.53%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=58.95%
G=10.53%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56102900.820.480.78335.2269.712.94
Hex38A1D052304E14f46d
Octal70123501226011651710615
Binary11100010101110101010010110000100111010100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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