#380B1C

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

Shades of Blackberry #380B1C

Tints of Blackberry #380B1C

Color information

#380B1C (or 0x380B1C) is unknown color: approx Blackberry. HEX triplet: 38, 0B and 1C. RGB value is (56,11,28). Sum of RGB (Red+Green+Blue) = 56+11+28=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B1C is #C7F4E3. Grayscale: #1A1A1A. Windows color (decimal): -13104356 or 1837880. OLE color: 1837880.

HSL color Cylindrical-coordinate representation of color #380B1C: hue angle of 337.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380B1C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB561128-
CMYK00.800.500.78
HSL337.33º67.16%13.14%-
HSV(B)337.33º80.36%21.96%-
XYZ1.961.161.22-
YUV26.39128.91149.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=58.95%
G=11.58%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56112800.800.500.78337.3367.1613.14
Hex38B1C050324E15143d
Octal70133401206211652110315
Binary11100010111110001010000110010100111010101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,11,28); }

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

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

 a { background-color: rgb(56,11,28); }

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

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

 span { border-color: rgb(56,11,28); }

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