Html Css Color HEX #400132 Blackberry

📋 copy color: '#400132'

red 64 ◦ green 1 ◦ blue 50

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

Shades of Blackberry #400132

Tints of Blackberry #400132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

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

R = 55.65%
G = 0.87%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#400132 (or 0x400132) is known color: Blackberry. HEX triplet: 40, 01 and 32. RGB value is (64,1,50). Sum of RGB (Red+Green+Blue) = 64+1+50=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400132 is #BFFECD. Grayscale: #191919. Windows color (decimal): -12582606 or 3277120. OLE color: 3277120.

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

Color convert

RGB 64 1 50 -
CMYK 0 0.98 0.22 0.75
HSL 313.33º 0.97% 0.13% -
HSV(B) 313.33º 0.98% 0.25% -
XYZ 2.7 1.34 3.13 -
YUV 25.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 64 1 50 0 0.98 0.22 0.75 313.33 0.97 0.13
Hex 40 1 32 0 62 16 4B 139 61 D
Octal 100 1 62 0 142 26 113 471 141 15
Binary 1000000 1 110010 0 1100010 10110 1001011 100111001 1100001 1101

Color Harmonies of #400132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400132

Black with #400132

Text Example


Text Example

White with #400132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400132; }

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

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

background-color css

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

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

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

border-color css

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

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

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