#38021D

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

Shades of Blackberry #38021D

Tints of Blackberry #38021D

Color information

#38021D (or 0x38021D) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 1D. RGB value is (56,2,29). Sum of RGB (Red+Green+Blue) = 56+2+29=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38021D is #C7FDE2. Grayscale: #151515. Windows color (decimal): -13106659 or 1901112. OLE color: 1901112.

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

Color convert

RGB56229-
CMYK00.960.480.78
HSL330º93.1%11.37%-
HSV(B)330º96.43%21.96%-
XYZ1.870.971.25-
YUV21.22132.39152.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=64.37%
G=2.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622900.960.480.7833093.111.37
Hex3821D060304E14a5db
Octal7023501406011651213513
Binary111000101110101100000110000100111010100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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