#380C1D

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

Shades of Blackberry #380C1D

Tints of Blackberry #380C1D

Color information

#380C1D (or 0x380C1D) is unknown color: approx Blackberry. HEX triplet: 38, 0C and 1D. RGB value is (56,12,29). Sum of RGB (Red+Green+Blue) = 56+12+29=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C1D is #C7F3E2. Grayscale: #1B1B1B. Windows color (decimal): -13104099 or 1903672. OLE color: 1903672.

HSL color Cylindrical-coordinate representation of color #380C1D: hue angle of 336.82º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C1D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB561229-
CMYK00.790.480.78
HSL336.82º64.71%13.33%-
HSV(B)336.82º78.57%21.96%-
XYZ1.981.191.29-
YUV27.09129.08148.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 12 (5.08% from 255) = 12.37%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=57.73%
G=12.37%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56122900.790.480.78336.8264.7113.33
Hex38C1D04F304E15141d
Octal70143501176011652110115
Binary11100011001110101001111110000100111010101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,12,29); }

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

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

 a { background-color: rgb(56,12,29); }

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

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

 span { border-color: rgb(56,12,29); }

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