#38022D

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

Shades of Blackberry #38022D

Tints of Blackberry #38022D

Color information

#38022D (or 0x38022D) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 2D. RGB value is (56,2,45). Sum of RGB (Red+Green+Blue) = 56+2+45=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38022D is #C7FDD2. Grayscale: #161616. Windows color (decimal): -13106643 or 2949688. OLE color: 2949688.

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

Color convert

RGB56245-
CMYK00.960.200.78
HSL312.22º93.1%11.37%-
HSV(B)312.22º96.43%21.96%-
XYZ2.131.072.58-
YUV23.05140.39151.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=54.37%
G=1.94%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624500.960.200.78312.2293.111.37
Hex3822D060144E1385db
Octal7025501402411647013513
Binary111000101011010110000010100100111010011100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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