Html Css Color HEX #401532 Blackberry

📋 copy color: '#401532'

red 64 ◦ green 21 ◦ blue 50

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

Shades of Blackberry #401532

Tints of Blackberry #401532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 47.41%
G = 15.56%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#401532 (or 0x401532) is known color: Blackberry. HEX triplet: 40, 15 and 32. RGB value is (64,21,50). Sum of RGB (Red+Green+Blue) = 64+21+50=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401532 is #BFEACD. Grayscale: #252525. Windows color (decimal): -12577486 or 3282240. OLE color: 3282240.

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

Color convert

RGB 64 21 50 -
CMYK 0 0.67 0.22 0.75
HSL 319.53º 0.51% 0.17% -
HSV(B) 319.53º 0.67% 0.25% -
XYZ 2.96 1.86 3.22 -
YUV 37.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 64 21 50 0 0.67 0.22 0.75 319.53 0.51 0.17
Hex 40 15 32 0 43 16 4B 140 33 11
Octal 100 25 62 0 103 26 113 500 63 21
Binary 1000000 10101 110010 0 1000011 10110 1001011 101000000 110011 10001

Color Harmonies of #401532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401532

Black with #401532

Text Example


Text Example

White with #401532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401532; }

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

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

background-color css

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

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

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

border-color css

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

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

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