Html Css Color HEX #401737 Blackberry

📋 copy color: '#401737'

red 64 ◦ green 23 ◦ blue 55

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

Shades of Blackberry #401737

Tints of Blackberry #401737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 38.73%

R = 45.07%
G = 16.2%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#401737 (or 0x401737) is known color: Blackberry. HEX triplet: 40, 17 and 37. RGB value is (64,23,55). Sum of RGB (Red+Green+Blue) = 64+23+55=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401737 is #BFE8C8. Grayscale: #262626. Windows color (decimal): -12576969 or 3610432. OLE color: 3610432.

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

Color convert

RGB 64 23 55 -
CMYK 0 0.64 0.14 0.75
HSL 313.17º 0.47% 0.17% -
HSV(B) 313.17º 0.64% 0.25% -
XYZ 3.11 1.98 3.83 -
YUV 38.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 64 23 55 0 0.64 0.14 0.75 313.17 0.47 0.17
Hex 40 17 37 0 40 E 4B 139 2F 11
Octal 100 27 67 0 100 16 113 471 57 21
Binary 1000000 10111 110111 0 1000000 1110 1001011 100111001 101111 10001

Color Harmonies of #401737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401737

Black with #401737

Text Example


Text Example

White with #401737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401737; }

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

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

background-color css

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

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

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

border-color css

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

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

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