#260019

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

Shades of Blackberry #260019

Tints of Blackberry #260019

Color information

#260019 (or 0x260019) is unknown color: approx Blackberry. HEX triplet: 26, 00 and 19. RGB value is (38,0,25). Sum of RGB (Red+Green+Blue) = 38+0+25=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260019 is #D9FFE6. Grayscale: #0E0E0E. Windows color (decimal): -14286823 or 1638438. OLE color: 1638438.

HSL color Cylindrical-coordinate representation of color #260019: hue angle of 320.53º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260019 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB38025-
CMYK010.340.85
HSL320.53º100%7.45%-
HSV(B)320.53º100%14.9%-
XYZ0.970.480.96-
YUV14.21134.09144.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=60.32%
G=0%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38025010.340.85320.531007.45
Hex260190642255141647
Octal460310144421255011447
Binary1001100110010110010010001010101011010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260019; }

 p { color: rgb(38,0,25); }

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

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

 a { background-color: rgb(38,0,25); }

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

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

 span { border-color: rgb(38,0,25); }

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