#380D2A

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

Shades of Blackberry #380D2A

Tints of Blackberry #380D2A

Color information

#380D2A (or 0x380D2A) is unknown color: approx Blackberry. HEX triplet: 38, 0D and 2A. RGB value is (56,13,42). Sum of RGB (Red+Green+Blue) = 56+13+42=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D2A is #C7F2D5. Grayscale: #1D1D1D. Windows color (decimal): -13103830 or 2755896. OLE color: 2755896.

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

Color convert

RGB561342-
CMYK00.770.250.78
HSL319.53º62.32%13.53%-
HSV(B)319.53º76.79%21.96%-
XYZ2.191.32.33-
YUV29.16135.25147.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=50.45%
G=11.71%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56134200.770.250.78319.5362.3213.53
Hex38D2A04D194E1403ee
Octal7015520115311165007616
Binary1110001101101010010011011100110011101010000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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