#38011E

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

Shades of Blackberry #38011E

Tints of Blackberry #38011E

Color information

#38011E (or 0x38011E) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 1E. RGB value is (56,1,30). Sum of RGB (Red+Green+Blue) = 56+1+30=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38011E is #C7FEE1. Grayscale: #141414. Windows color (decimal): -13106914 or 1966392. OLE color: 1966392.

HSL color Cylindrical-coordinate representation of color #38011E: hue angle of 328.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38011E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB56130-
CMYK00.980.460.78
HSL328.36º96.49%11.18%-
HSV(B)328.36º98.21%21.96%-
XYZ1.880.961.31-
YUV20.75133.22153.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=64.37%
G=1.15%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5613000.980.460.78328.3696.4911.18
Hex3811E0622E4E14860b
Octal7013601425611651014013
Binary11100011111001100010101110100111010100100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38011E; }

 p { color: rgb(56,1,30); }

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

<style>
 a { background-color: #38011E; }

 a { background-color: rgb(56,1,30); }

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

<style>
 span { border-color: #38011E; }

 span { border-color: rgb(56,1,30); }

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