Html Css Color HEX #401137 Blackberry

📋 copy color: '#401137'

red 64 ◦ green 17 ◦ blue 55

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

Shades of Blackberry #401137

Tints of Blackberry #401137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.5%

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

R = 47.06%
G = 12.5%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#401137 (or 0x401137) is known color: Blackberry. HEX triplet: 40, 11 and 37. RGB value is (64,17,55). Sum of RGB (Red+Green+Blue) = 64+17+55=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401137 is #BFEEC8. Grayscale: #232323. Windows color (decimal): -12578505 or 3608896. OLE color: 3608896.

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

Color convert

RGB 64 17 55 -
CMYK 0 0.73 0.14 0.75
HSL 311.49º 0.58% 0.16% -
HSV(B) 311.49º 0.73% 0.25% -
XYZ 3 1.77 3.8 -
YUV 35.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 64 17 55 0 0.73 0.14 0.75 311.49 0.58 0.16
Hex 40 11 37 0 49 E 4B 137 3A 10
Octal 100 21 67 0 111 16 113 467 72 20
Binary 1000000 10001 110111 0 1001001 1110 1001011 100110111 111010 10000

Color Harmonies of #401137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401137

Black with #401137

Text Example


Text Example

White with #401137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401137; }

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

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

background-color css

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

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

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

border-color css

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

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

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