#38091D

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

Shades of Blackberry #38091D

Tints of Blackberry #38091D

Color information

#38091D (or 0x38091D) is unknown color: approx Blackberry. HEX triplet: 38, 09 and 1D. RGB value is (56,9,29). Sum of RGB (Red+Green+Blue) = 56+9+29=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #38091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091D is #C7F6E2. Grayscale: #191919. Windows color (decimal): -13104867 or 1902904. OLE color: 1902904.

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

Color convert

RGB56929-
CMYK00.840.480.78
HSL334.47º72.31%12.75%-
HSV(B)334.47º83.93%21.96%-
XYZ1.951.121.28-
YUV25.33130.07149.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=59.57%
G=9.57%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5692900.840.480.78334.4772.3112.75
Hex3891D054304E14e48d
Octal70113501246011651611015
Binary11100010011110101010100110000100111010100111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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