#38081B

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

Shades of Blackberry #38081B

Tints of Blackberry #38081B

Color information

#38081B (or 0x38081B) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 1B. RGB value is (56,8,27). Sum of RGB (Red+Green+Blue) = 56+8+27=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38081B is #C7F7E4. Grayscale: #181818. Windows color (decimal): -13105125 or 1771576. OLE color: 1771576.

HSL color Cylindrical-coordinate representation of color #38081B: hue angle of 336.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38081B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB56827-
CMYK00.860.520.78
HSL336.25º75%12.55%-
HSV(B)336.25º85.71%21.96%-
XYZ1.921.091.15-
YUV24.52129.4150.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=61.54%
G=8.79%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5682700.860.520.78336.257512.55
Hex3881B056344E1504bd
Octal70103301266411652011315
Binary11100010001101101010110110100100111010101000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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