#38021A

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

Shades of Blackberry #38021A

Tints of Blackberry #38021A

Color information

#38021A (or 0x38021A) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 1A. RGB value is (56,2,26). Sum of RGB (Red+Green+Blue) = 56+2+26=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38021A is #C7FDE5. Grayscale: #141414. Windows color (decimal): -13106662 or 1704504. OLE color: 1704504.

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

Color convert

RGB56226-
CMYK00.960.540.78
HSL333.33º93.1%11.37%-
HSV(B)333.33º96.43%21.96%-
XYZ1.840.961.07-
YUV20.88130.89153.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=66.67%
G=2.38%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622600.960.540.78333.3393.111.37
Hex3821A060364E14d5db
Octal7023201406611651513513
Binary111000101101001100000110110100111010100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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