#380D1E

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

Shades of Blackberry #380D1E

Tints of Blackberry #380D1E

Color information

#380D1E (or 0x380D1E) is unknown color: approx Blackberry. HEX triplet: 38, 0D and 1E. RGB value is (56,13,30). Sum of RGB (Red+Green+Blue) = 56+13+30=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D1E is #C7F2E1. Grayscale: #1B1B1B. Windows color (decimal): -13103842 or 1969464. OLE color: 1969464.

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

Color convert

RGB561330-
CMYK00.770.460.78
HSL336.28º62.32%13.53%-
HSV(B)336.28º76.79%21.96%-
XYZ2.011.221.36-
YUV27.8129.25148.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=56.57%
G=13.13%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56133000.770.460.78336.2862.3213.53
Hex38D1E04D2E4E1503ee
Octal7015360115561165207616
Binary1110001101111100100110110111010011101010100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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