Html Css Color HEX #400024 Blackberry

📋 copy color: '#400024'

red 64 ◦ green 0 ◦ blue 36

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

Shades of Blackberry #400024

Tints of Blackberry #400024

RGB

 RED value IS 64 (25.39% from 255) = 64%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 36%

R = 64%
G = 0%
B = 36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#400024 (or 0x400024) is known color: Blackberry. HEX triplet: 40, 00 and 24. RGB value is (64,0,36). Sum of RGB (Red+Green+Blue) = 64+0+36=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #400024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400024 is #BFFFDB. Grayscale: #171717. Windows color (decimal): -12582876 or 2359360. OLE color: 2359360.

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

Color convert

RGB 64 0 36 -
CMYK 0 1 0.44 0.75
HSL 326.25º 1% 0.13% -
HSV(B) 326.25º 1% 0.25% -
XYZ 2.43 1.22 1.78 -
YUV 23.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 64 0 36 0 1 0.44 0.75 326.25 1 0.13
Hex 40 0 24 0 64 2C 4B 146 64 D
Octal 100 0 44 0 144 54 113 506 144 15
Binary 1000000 0 100100 0 1100100 101100 1001011 101000110 1100100 1101

Color Harmonies of #400024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400024

Black with #400024

Text Example


Text Example

White with #400024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400024; }

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

 H1.HeaderClassName
 {
   color: #400024;
 }
 .AnyTagClassName
 {
   color: #400024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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