Html Css Color HEX #401731 Blackberry

📋 copy color: '#401731'

red 64 ◦ green 23 ◦ blue 49

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

Shades of Blackberry #401731

Tints of Blackberry #401731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

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

R = 47.06%
G = 16.91%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#401731 (or 0x401731) is known color: Blackberry. HEX triplet: 40, 17 and 31. RGB value is (64,23,49). Sum of RGB (Red+Green+Blue) = 64+23+49=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401731 is #BFE8CE. Grayscale: #262626. Windows color (decimal): -12576975 or 3217216. OLE color: 3217216.

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

Color convert

RGB 64 23 49 -
CMYK 0 0.64 0.23 0.75
HSL 321.95º 0.47% 0.17% -
HSV(B) 321.95º 0.64% 0.25% -
XYZ 2.98 1.92 3.12 -
YUV 38.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 64 23 49 0 0.64 0.23 0.75 321.95 0.47 0.17
Hex 40 17 31 0 40 17 4B 142 2F 11
Octal 100 27 61 0 100 27 113 502 57 21
Binary 1000000 10111 110001 0 1000000 10111 1001011 101000010 101111 10001

Color Harmonies of #401731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401731

Black with #401731

Text Example


Text Example

White with #401731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401731; }

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

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

background-color css

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

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

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

border-color css

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

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

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