#180410

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

Shades of Blackberry #180410

Tints of Blackberry #180410

Color information

#180410 (or 0x180410) is unknown color: approx Blackberry. HEX triplet: 18, 04 and 10. RGB value is (24,4,16). Sum of RGB (Red+Green+Blue) = 24+4+16=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180410 is #E7FBEF. Grayscale: #0B0B0B. Windows color (decimal): -15203312 or 1049624. OLE color: 1049624.

HSL color Cylindrical-coordinate representation of color #180410: hue angle of 324º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180410 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB24416-
CMYK00.830.330.91
HSL324º71.43%5.49%-
HSV(B)324º83.33%9.41%-
XYZ0.510.320.52-
YUV11.35130.63137.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=54.55%
G=9.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2441600.830.330.9132471.435.49
Hex18410053215B144475
Octal304200123411335041075
Binary11000100100000101001110000110110111010001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180410; }

 p { color: rgb(24,4,16); }

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

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

 a { background-color: rgb(24,4,16); }

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

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

 span { border-color: rgb(24,4,16); }

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