#380D2F

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

Shades of Blackberry #380D2F

Tints of Blackberry #380D2F

Color information

#380D2F (or 0x380D2F) is unknown color: approx Blackberry. HEX triplet: 38, 0D and 2F. RGB value is (56,13,47). Sum of RGB (Red+Green+Blue) = 56+13+47=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #380D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D2F is #C7F2D0. Grayscale: #1D1D1D. Windows color (decimal): -13103825 or 3083576. OLE color: 3083576.

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

Color convert

RGB561347-
CMYK00.770.160.78
HSL312.56º62.32%13.53%-
HSV(B)312.56º76.79%21.96%-
XYZ2.291.332.83-
YUV29.73137.75146.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=48.28%
G=11.21%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56134700.770.160.78312.5662.3213.53
Hex38D2F04D104E1393ee
Octal7015570115201164717616
Binary1110001101101111010011011000010011101001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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