Html Css Color HEX #400032 Blackberry

📋 copy color: '#400032'

red 64 ◦ green 0 ◦ blue 50

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

Shades of Blackberry #400032

Tints of Blackberry #400032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 43.86%

R = 56.14%
G = 0%
B = 43.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#400032 (or 0x400032) is known color: Blackberry. HEX triplet: 40, 00 and 32. RGB value is (64,0,50). Sum of RGB (Red+Green+Blue) = 64+0+50=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400032 is #BFFFCD. Grayscale: #181818. Windows color (decimal): -12582862 or 3276864. OLE color: 3276864.

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

Color convert

RGB 64 0 50 -
CMYK 0 1 0.22 0.75
HSL 313.13º 1% 0.13% -
HSV(B) 313.13º 1% 0.25% -
XYZ 2.69 1.32 3.13 -
YUV 24.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 64 0 50 0 1 0.22 0.75 313.13 1 0.13
Hex 40 0 32 0 64 16 4B 139 64 D
Octal 100 0 62 0 144 26 113 471 144 15
Binary 1000000 0 110010 0 1100100 10110 1001011 100111001 1100100 1101

Color Harmonies of #400032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400032

Black with #400032

Text Example


Text Example

White with #400032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400032; }

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

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

background-color css

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

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

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

border-color css

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

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

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