Html Css Color HEX #400431 Blackberry

📋 copy color: '#400431'

red 64 ◦ green 4 ◦ blue 49

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

Shades of Blackberry #400431

Tints of Blackberry #400431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 49 (19.53% from 255) = 41.88%

R = 54.7%
G = 3.42%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#400431 (or 0x400431) is known color: Blackberry. HEX triplet: 40, 04 and 31. RGB value is (64,4,49). Sum of RGB (Red+Green+Blue) = 64+4+49=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #400431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400431 is #BFFBCE. Grayscale: #1A1A1A. Windows color (decimal): -12581839 or 3212352. OLE color: 3212352.

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

Color convert

RGB 64 4 49 -
CMYK 0 0.94 0.23 0.75
HSL 315º 0.88% 0.13% -
HSV(B) 315º 0.94% 0.25% -
XYZ 2.71 1.4 3.03 -
YUV 27.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 64 4 49 0 0.94 0.23 0.75 315 0.88 0.13
Hex 40 4 31 0 5E 17 4B 13B 58 D
Octal 100 4 61 0 136 27 113 473 130 15
Binary 1000000 100 110001 0 1011110 10111 1001011 100111011 1011000 1101

Color Harmonies of #400431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400431

Black with #400431

Text Example


Text Example

White with #400431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400431; }

 p { color: rgb(64,4,49); }

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

background-color css

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

 a { background-color: rgb(64,4,49); }

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

border-color css

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

 span { border-color: rgb(64,4,49); }

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