Html Css Color HEX #400018 Blackberry

📋 copy color: '#400018'

red 64 ◦ green 0 ◦ blue 24

#400018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #400018

Tints of Blackberry #400018

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 value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#400018 (or 0x400018) is known color: 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

RGB 64 0 24 -
CMYK 0 1 0.62 0.75
HSL 337.5º 1% 0.13% -
HSV(B) 337.5º 1% 0.25% -
XYZ 2.28 1.16 0.97 -
YUV 21.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 64 0 24 0 1 0.62 0.75 337.5 1 0.13
Hex 40 0 18 0 64 3E 4B 152 64 D
Octal 100 0 30 0 144 76 113 522 144 15
Binary 1000000 0 11000 0 1100100 111110 1001011 101010010 1100100 1101

Color Harmonies of #400018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400018

Black with #400018

Text Example


Text Example

White with #400018

Text Example


Text Example

HTML Codes & Css Web 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>