Html Css Color HEX #400436 Blackberry

📋 copy color: '#400436'

red 64 ◦ green 4 ◦ blue 54

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

Shades of Blackberry #400436

Tints of Blackberry #400436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 44.26%

R = 52.46%
G = 3.28%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#400436 (or 0x400436) is known color: Blackberry. HEX triplet: 40, 04 and 36. RGB value is (64,4,54). Sum of RGB (Red+Green+Blue) = 64+4+54=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #400436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400436 is #BFFBC9. Grayscale: #1B1B1B. Windows color (decimal): -12581834 or 3540032. OLE color: 3540032.

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

Color convert

RGB 64 4 54 -
CMYK 0 0.94 0.16 0.75
HSL 310º 0.88% 0.13% -
HSV(B) 310º 0.94% 0.25% -
XYZ 2.82 1.44 3.62 -
YUV 27.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 64 4 54 0 0.94 0.16 0.75 310 0.88 0.13
Hex 40 4 36 0 5E 10 4B 136 58 D
Octal 100 4 66 0 136 20 113 466 130 15
Binary 1000000 100 110110 0 1011110 10000 1001011 100110110 1011000 1101

Color Harmonies of #400436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400436

Black with #400436

Text Example


Text Example

White with #400436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400436; }

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

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

background-color css

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

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

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

border-color css

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

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

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