#38092B

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

Shades of Blackberry #38092B

Tints of Blackberry #38092B

Color information

#38092B (or 0x38092B) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 2B. RGB value is (56,9,43). Sum of RGB (Red+Green+Blue) = 56+9+43=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38092B is #C7F6D4. Grayscale: #1A1A1A. Windows color (decimal): -13104853 or 2820408. OLE color: 2820408.

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

Color convert

RGB56943-
CMYK00.840.230.78
HSL316.6º72.31%12.75%-
HSV(B)316.6º83.93%21.96%-
XYZ2.161.212.41-
YUV26.93137.07148.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=51.85%
G=8.33%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5694300.840.230.78316.672.3112.75
Hex3892B054174E13d48d
Octal70115301242711647511015
Binary11100010011010110101010010111100111010011110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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