#400018

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

Shades of Blackberry #400018

Tints of Blackberry #400018

Color information

#400018 (or 0x400018) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 18. RGB value is (64,0,24). Sum of RGB (Red+Green+Blue) = 64+0+24=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400018 is #BFFFE7. Grayscale: #151515. Windows color (decimal): -12582888 or 1572928. OLE color: 1572928.

HSL color Cylindrical-coordinate representation of color #400018: hue angle of 337.5º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400018 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB64024-
CMYK010.620.75
HSL337.5º100%12.55%-
HSV(B)337.5º100%25.1%-
XYZ2.281.160.97-
YUV21.87129.2158.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=72.73%
G=0%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64024010.620.75337.510012.55
Hex400180643E4B15264d
Octal10003001447611352214415
Binary100000001100001100100111110100101110101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400018; }

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

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

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

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

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

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

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

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