#1A0812

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

Shades of Blackberry #1A0812

Tints of Blackberry #1A0812

Color information

#1A0812 (or 0x1A0812) is unknown color: approx Blackberry. HEX triplet: 1A, 08 and 12. RGB value is (26,8,18). Sum of RGB (Red+Green+Blue) = 26+8+18=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0812 is #E5F7ED. Grayscale: #0E0E0E. Windows color (decimal): -15071214 or 1181722. OLE color: 1181722.

HSL color Cylindrical-coordinate representation of color #1A0812: hue angle of 326.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A0812 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB26818-
CMYK00.690.310.90
HSL326.67º52.94%6.67%-
HSV(B)326.67º69.23%10.2%-
XYZ0.620.440.62-
YUV14.52129.96136.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=50%
G=15.38%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2681800.690.310.90326.6752.946.67
Hex1A8120451F5A147357
Octal321022010537132507657
Binary1101010001001001000101111111011010101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A0812; }

 p { color: rgb(26,8,18); }

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

<style>
 a { background-color: #1A0812; }

 a { background-color: rgb(26,8,18); }

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

<style>
 span { border-color: #1A0812; }

 span { border-color: rgb(26,8,18); }

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