Html Css Color HEX #401037 Blackberry

📋 copy color: '#401037'

red 64 ◦ green 16 ◦ blue 55

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

Shades of Blackberry #401037

Tints of Blackberry #401037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 47.41%
G = 11.85%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#401037 (or 0x401037) is known color: Blackberry. HEX triplet: 40, 10 and 37. RGB value is (64,16,55). Sum of RGB (Red+Green+Blue) = 64+16+55=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401037 is #BFEFC8. Grayscale: #222222. Windows color (decimal): -12578761 or 3608640. OLE color: 3608640.

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

Color convert

RGB 64 16 55 -
CMYK 0 0.75 0.14 0.75
HSL 311.25º 0.6% 0.16% -
HSV(B) 311.25º 0.75% 0.25% -
XYZ 2.99 1.74 3.79 -
YUV 34.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 64 16 55 0 0.75 0.14 0.75 311.25 0.6 0.16
Hex 40 10 37 0 4B E 4B 137 3C 10
Octal 100 20 67 0 113 16 113 467 74 20
Binary 1000000 10000 110111 0 1001011 1110 1001011 100110111 111100 10000

Color Harmonies of #401037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401037

Black with #401037

Text Example


Text Example

White with #401037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401037; }

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

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

background-color css

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

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

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

border-color css

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

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

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