Html Css Color HEX #401432 Blackberry

📋 copy color: '#401432'

red 64 ◦ green 20 ◦ blue 50

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

Shades of Blackberry #401432

Tints of Blackberry #401432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 47.76%
G = 14.93%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#401432 (or 0x401432) is known color: Blackberry. HEX triplet: 40, 14 and 32. RGB value is (64,20,50). Sum of RGB (Red+Green+Blue) = 64+20+50=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401432 is #BFEBCD. Grayscale: #242424. Windows color (decimal): -12577742 or 3281984. OLE color: 3281984.

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

Color convert

RGB 64 20 50 -
CMYK 0 0.69 0.22 0.75
HSL 319.09º 0.52% 0.16% -
HSV(B) 319.09º 0.69% 0.25% -
XYZ 2.94 1.82 3.21 -
YUV 36.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 64 20 50 0 0.69 0.22 0.75 319.09 0.52 0.16
Hex 40 14 32 0 45 16 4B 13F 34 10
Octal 100 24 62 0 105 26 113 477 64 20
Binary 1000000 10100 110010 0 1000101 10110 1001011 100111111 110100 10000

Color Harmonies of #401432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401432

Black with #401432

Text Example


Text Example

White with #401432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401432; }

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

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

background-color css

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

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

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

border-color css

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

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

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