#380B2B

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

Shades of Blackberry #380B2B

Tints of Blackberry #380B2B

Color information

#380B2B (or 0x380B2B) is unknown color: approx Blackberry. HEX triplet: 38, 0B and 2B. RGB value is (56,11,43). Sum of RGB (Red+Green+Blue) = 56+11+43=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B2B is #C7F4D4. Grayscale: #1C1C1C. Windows color (decimal): -13104341 or 2820920. OLE color: 2820920.

HSL color Cylindrical-coordinate representation of color #380B2B: hue angle of 317.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 #380B2B is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB561143-
CMYK00.800.230.78
HSL317.33º67.16%13.14%-
HSV(B)317.33º80.36%21.96%-
XYZ2.191.252.41-
YUV28.1136.41147.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=50.91%
G=10%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56114300.800.230.78317.3367.1613.14
Hex38B2B050174E13d43d
Octal70135301202711647510315
Binary11100010111010110101000010111100111010011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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