#380D2E

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

Shades of Blackberry #380D2E

Tints of Blackberry #380D2E

Color information

#380D2E (or 0x380D2E) is unknown color: approx Blackberry. HEX triplet: 38, 0D and 2E. RGB value is (56,13,46). Sum of RGB (Red+Green+Blue) = 56+13+46=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D2E is #C7F2D1. Grayscale: #1D1D1D. Windows color (decimal): -13103826 or 3018040. OLE color: 3018040.

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

Color convert

RGB561346-
CMYK00.770.180.78
HSL313.95º62.32%13.53%-
HSV(B)313.95º76.79%21.96%-
XYZ2.271.332.72-
YUV29.62137.25146.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 46 (18.36% from 255) = 40%
R=48.70%
G=11.30%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56134600.770.180.78313.9562.3213.53
Hex38D2E04D124E13a3ee
Octal7015560115221164727616
Binary1110001101101110010011011001010011101001110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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