#260018

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

Shades of Blackberry #260018

Tints of Blackberry #260018

Color information

#260018 (or 0x260018) is unknown color: approx Blackberry. HEX triplet: 26, 00 and 18. RGB value is (38,0,24). Sum of RGB (Red+Green+Blue) = 38+0+24=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260018 is #D9FFE7. Grayscale: #0E0E0E. Windows color (decimal): -14286824 or 1572902. OLE color: 1572902.

HSL color Cylindrical-coordinate representation of color #260018: hue angle of 322.11º 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 #260018 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB38024-
CMYK010.370.85
HSL322.11º100%7.45%-
HSV(B)322.11º100%14.9%-
XYZ0.960.480.91-
YUV14.1133.59145.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 38.71%
R=61.29%
G=0%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38024010.370.85322.111007.45
Hex260180642555142647
Octal460300144451255021447
Binary1001100110000110010010010110101011010000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260018; }

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

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

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

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

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

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

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

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