#38091E

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

Shades of Blackberry #38091E

Tints of Blackberry #38091E

Color information

#38091E (or 0x38091E) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 1E. RGB value is (56,9,30). Sum of RGB (Red+Green+Blue) = 56+9+30=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #38091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091E is #C7F6E1. Grayscale: #191919. Windows color (decimal): -13104866 or 1968440. OLE color: 1968440.

HSL color Cylindrical-coordinate representation of color #38091E: hue angle of 333.19º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38091E is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB56930-
CMYK00.840.460.78
HSL333.19º72.31%12.75%-
HSV(B)333.19º83.93%21.96%-
XYZ1.961.131.34-
YUV25.45130.57149.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=58.95%
G=9.47%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5693000.840.460.78333.1972.3112.75
Hex3891E0542E4E14d48d
Octal70113601245611651511015
Binary11100010011111001010100101110100111010100110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38091E; }

 p { color: rgb(56,9,30); }

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

<style>
 a { background-color: #38091E; }

 a { background-color: rgb(56,9,30); }

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

<style>
 span { border-color: #38091E; }

 span { border-color: rgb(56,9,30); }

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