#38001F

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

Shades of Blackberry #38001F

Tints of Blackberry #38001F

Color information

#38001F (or 0x38001F) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 1F. RGB value is (56,0,31). Sum of RGB (Red+Green+Blue) = 56+0+31=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38001F is #C7FFE0. Grayscale: #141414. Windows color (decimal): -13107169 or 2031672. OLE color: 2031672.

HSL color Cylindrical-coordinate representation of color #38001F: hue angle of 326.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38001F is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB56031-
CMYK010.450.78
HSL326.79º100%10.98%-
HSV(B)326.79º100%21.96%-
XYZ1.880.941.38-
YUV20.28134.05153.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=64.37%
G=0%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56031010.450.78326.7910010.98
Hex3801F0642D4E14764b
Octal7003701445511650714413
Binary11100001111101100100101101100111010100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38001F; }

 p { color: rgb(56,0,31); }

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

<style>
 a { background-color: #38001F; }

 a { background-color: rgb(56,0,31); }

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

<style>
 span { border-color: #38001F; }

 span { border-color: rgb(56,0,31); }

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