#38091F

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

Shades of Blackberry #38091F

Tints of Blackberry #38091F

Color information

#38091F (or 0x38091F) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 1F. RGB value is (56,9,31). Sum of RGB (Red+Green+Blue) = 56+9+31=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #38091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091F is #C7F6E0. Grayscale: #191919. Windows color (decimal): -13104865 or 2033976. OLE color: 2033976.

HSL color Cylindrical-coordinate representation of color #38091F: hue angle of 331.91º 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 #38091F is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB56931-
CMYK00.840.450.78
HSL331.91º72.31%12.75%-
HSV(B)331.91º83.93%21.96%-
XYZ1.981.141.41-
YUV25.56131.07149.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=58.33%
G=9.38%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5693100.840.450.78331.9172.3112.75
Hex3891F0542D4E14c48d
Octal70113701245511651411015
Binary11100010011111101010100101101100111010100110010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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