#380F26

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

Shades of Blackberry #380F26

Tints of Blackberry #380F26

Color information

#380F26 (or 0x380F26) is unknown color: approx Blackberry. HEX triplet: 38, 0F and 26. RGB value is (56,15,38). Sum of RGB (Red+Green+Blue) = 56+15+38=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F26 is #C7F0D9. Grayscale: #1D1D1D. Windows color (decimal): -13103322 or 2494264. OLE color: 2494264.

HSL color Cylindrical-coordinate representation of color #380F26: hue angle of 326.34º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F26 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB561538-
CMYK00.730.320.78
HSL326.34º57.75%13.92%-
HSV(B)326.34º73.21%21.96%-
XYZ2.151.321.98-
YUV29.88132.58146.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=51.38%
G=13.76%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56153800.730.320.78326.3457.7513.92
Hex38F26049204E1463ae
Octal7017460111401165067216
Binary11100011111001100100100110000010011101010001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,38); }

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

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

 a { background-color: rgb(56,15,38); }

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

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

 span { border-color: rgb(56,15,38); }

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