#26061C

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

Shades of Blackberry #26061C

Tints of Blackberry #26061C

Color information

#26061C (or 0x26061C) is unknown color: approx Blackberry. HEX triplet: 26, 06 and 1C. RGB value is (38,6,28). Sum of RGB (Red+Green+Blue) = 38+6+28=72 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.78% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 38 - color contains mainly: red. Hex color #26061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26061C is #D9F9E3. Grayscale: #121212. Windows color (decimal): -14285284 or 1836582. OLE color: 1836582.

HSL color Cylindrical-coordinate representation of color #26061C: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26061C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB38628-
CMYK00.840.260.85
HSL318.75º72.73%8.63%-
HSV(B)318.75º84.21%14.9%-
XYZ1.070.631.16-
YUV18.08133.6142.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.78%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=52.78%
G=8.33%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3862800.840.260.85318.7572.738.63
Hex2661C0541A5513f499
Octal4663401243212547711111
Binary100110110111000101010011010101010110011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26061C; }

 p { color: rgb(38,6,28); }

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

<style>
 a { background-color: #26061C; }

 a { background-color: rgb(38,6,28); }

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

<style>
 span { border-color: #26061C; }

 span { border-color: rgb(38,6,28); }

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