#38011A

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

Shades of Blackberry #38011A

Tints of Blackberry #38011A

Color information

#38011A (or 0x38011A) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 1A. RGB value is (56,1,26). Sum of RGB (Red+Green+Blue) = 56+1+26=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #38011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38011A is #C7FEE5. Grayscale: #141414. Windows color (decimal): -13106918 or 1704248. OLE color: 1704248.

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

Color convert

RGB56126-
CMYK00.980.540.78
HSL332.73º96.49%11.18%-
HSV(B)332.73º98.21%21.96%-
XYZ1.830.941.06-
YUV20.29131.22153.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=67.47%
G=1.20%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5612600.980.540.78332.7396.4911.18
Hex3811A062364E14d60b
Octal7013201426611651514013
Binary11100011101001100010110110100111010100110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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