#38022A

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

Shades of Blackberry #38022A

Tints of Blackberry #38022A

Color information

#38022A (or 0x38022A) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 2A. RGB value is (56,2,42). Sum of RGB (Red+Green+Blue) = 56+2+42=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38022A is #C7FDD5. Grayscale: #161616. Windows color (decimal): -13106646 or 2753080. OLE color: 2753080.

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

Color convert

RGB56242-
CMYK00.960.250.78
HSL315.56º93.1%11.37%-
HSV(B)315.56º96.43%21.96%-
XYZ2.071.052.28-
YUV22.71138.89151.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 42 (16.80% from 255) = 42%
R=56%
G=2%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624200.960.250.78315.5693.111.37
Hex3822A060194E13c5db
Octal7025201403111647413513
Binary111000101010100110000011001100111010011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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