#380C2F

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

Shades of Blackberry #380C2F

Tints of Blackberry #380C2F

Color information

#380C2F (or 0x380C2F) is unknown color: approx Blackberry. HEX triplet: 38, 0C and 2F. RGB value is (56,12,47). Sum of RGB (Red+Green+Blue) = 56+12+47=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C2F is #C7F3D0. Grayscale: #1D1D1D. Windows color (decimal): -13104081 or 3083320. OLE color: 3083320.

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

Color convert

RGB561247-
CMYK00.790.160.78
HSL312.27º64.71%13.33%-
HSV(B)312.27º78.57%21.96%-
XYZ2.281.312.82-
YUV29.15138.08147.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 12 (5.08% from 255) = 10.43%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=48.70%
G=10.43%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56124700.790.160.78312.2764.7113.33
Hex38C2F04F104E13841d
Octal70145701172011647010115
Binary11100011001011110100111110000100111010011100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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