#38021F

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

Shades of Blackberry #38021F

Tints of Blackberry #38021F

Color information

#38021F (or 0x38021F) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 1F. RGB value is (56,2,31). Sum of RGB (Red+Green+Blue) = 56+2+31=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38021F is #C7FDE0. Grayscale: #151515. Windows color (decimal): -13106657 or 2032184. OLE color: 2032184.

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

Color convert

RGB56231-
CMYK00.960.450.78
HSL327.78º93.1%11.37%-
HSV(B)327.78º96.43%21.96%-
XYZ1.90.981.39-
YUV21.45133.39152.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=62.92%
G=2.25%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623100.960.450.78327.7893.111.37
Hex3821F0602D4E1485db
Octal7023701405511651013513
Binary111000101111101100000101101100111010100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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