#380D2B

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

Shades of Blackberry #380D2B

Tints of Blackberry #380D2B

Color information

#380D2B (or 0x380D2B) is unknown color: approx Blackberry. HEX triplet: 38, 0D and 2B. RGB value is (56,13,43). Sum of RGB (Red+Green+Blue) = 56+13+43=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D2B is #C7F2D4. Grayscale: #1D1D1D. Windows color (decimal): -13103829 or 2821432. OLE color: 2821432.

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

Color convert

RGB561343-
CMYK00.770.230.78
HSL318.14º62.32%13.53%-
HSV(B)318.14º76.79%21.96%-
XYZ2.211.32.42-
YUV29.28135.75147.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=50%
G=11.61%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56134300.770.230.78318.1462.3213.53
Hex38D2B04D174E13e3ee
Octal7015530115271164767616
Binary1110001101101011010011011011110011101001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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