#38001A

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

Shades of Blackberry #38001A

Tints of Blackberry #38001A

Color information

#38001A (or 0x38001A) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 1A. RGB value is (56,0,26). Sum of RGB (Red+Green+Blue) = 56+0+26=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #38001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38001A is #C7FFE5. Grayscale: #131313. Windows color (decimal): -13107174 or 1703992. OLE color: 1703992.

HSL color Cylindrical-coordinate representation of color #38001A: hue angle of 332.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38001A is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB56026-
CMYK010.540.78
HSL332.14º100%10.98%-
HSV(B)332.14º100%21.96%-
XYZ1.820.921.06-
YUV19.71131.55153.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 31.71%
R=68.29%
G=0%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56026010.540.78332.1410010.98
Hex3801A064364E14c64b
Octal7003201446611651414413
Binary11100001101001100100110110100111010100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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