Html Css Color HEX #401531 Blackberry

📋 copy color: '#401531'

red 64 ◦ green 21 ◦ blue 49

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

Shades of Blackberry #401531

Tints of Blackberry #401531

RGB

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

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

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

R = 47.76%
G = 15.67%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#401531 (or 0x401531) is known color: Blackberry. HEX triplet: 40, 15 and 31. RGB value is (64,21,49). Sum of RGB (Red+Green+Blue) = 64+21+49=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401531 is #BFEACE. Grayscale: #242424. Windows color (decimal): -12577487 or 3216704. OLE color: 3216704.

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

Color convert

RGB 64 21 49 -
CMYK 0 0.67 0.23 0.75
HSL 320.93º 0.51% 0.17% -
HSV(B) 320.93º 0.67% 0.25% -
XYZ 2.94 1.85 3.11 -
YUV 37.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 64 21 49 0 0.67 0.23 0.75 320.93 0.51 0.17
Hex 40 15 31 0 43 17 4B 141 33 11
Octal 100 25 61 0 103 27 113 501 63 21
Binary 1000000 10101 110001 0 1000011 10111 1001011 101000001 110011 10001

Color Harmonies of #401531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401531

Black with #401531

Text Example


Text Example

White with #401531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401531; }

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

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

background-color css

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

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

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

border-color css

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

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

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