#38092D

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

Shades of Blackberry #38092D

Tints of Blackberry #38092D

Color information

#38092D (or 0x38092D) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 2D. RGB value is (56,9,45). Sum of RGB (Red+Green+Blue) = 56+9+45=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38092D is #C7F6D2. Grayscale: #1B1B1B. Windows color (decimal): -13104851 or 2951480. OLE color: 2951480.

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

Color convert

RGB56945-
CMYK00.840.200.78
HSL314.04º72.31%12.75%-
HSV(B)314.04º83.93%21.96%-
XYZ2.21.232.6-
YUV27.16138.07148.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=50.91%
G=8.18%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5694500.840.200.78314.0472.3112.75
Hex3892D054144E13a48d
Octal70115501242411647211015
Binary11100010011011010101010010100100111010011101010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38092D; }

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

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

<style>
 a { background-color: #38092D; }

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

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

<style>
 span { border-color: #38092D; }

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

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