#38091B

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

Shades of Blackberry #38091B

Tints of Blackberry #38091B

Color information

#38091B (or 0x38091B) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 1B. RGB value is (56,9,27). Sum of RGB (Red+Green+Blue) = 56+9+27=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091B is #C7F6E4. Grayscale: #191919. Windows color (decimal): -13104869 or 1771832. OLE color: 1771832.

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

Color convert

RGB56927-
CMYK00.840.520.78
HSL337.02º72.31%12.75%-
HSV(B)337.02º83.93%21.96%-
XYZ1.931.121.15-
YUV25.1129.07150.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=60.87%
G=9.78%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5692700.840.520.78337.0272.3112.75
Hex3891B054344E15148d
Octal70113301246411652111015
Binary11100010011101101010100110100100111010101000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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