Html Css Color HEX #401136 Blackberry

📋 copy color: '#401136'

red 64 ◦ green 17 ◦ blue 54

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

Shades of Blackberry #401136

Tints of Blackberry #401136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 40%

R = 47.41%
G = 12.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#401136 (or 0x401136) is known color: Blackberry. HEX triplet: 40, 11 and 36. RGB value is (64,17,54). Sum of RGB (Red+Green+Blue) = 64+17+54=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401136 is #BFEEC9. Grayscale: #232323. Windows color (decimal): -12578506 or 3543360. OLE color: 3543360.

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

Color convert

RGB 64 17 54 -
CMYK 0 0.73 0.16 0.75
HSL 312.77º 0.58% 0.16% -
HSV(B) 312.77º 0.73% 0.25% -
XYZ 2.98 1.76 3.67 -
YUV 35.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 64 17 54 0 0.73 0.16 0.75 312.77 0.58 0.16
Hex 40 11 36 0 49 10 4B 139 3A 10
Octal 100 21 66 0 111 20 113 471 72 20
Binary 1000000 10001 110110 0 1001001 10000 1001011 100111001 111010 10000

Color Harmonies of #401136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401136

Black with #401136

Text Example


Text Example

White with #401136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401136; }

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

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

background-color css

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

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

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

border-color css

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

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

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