Html Css Color HEX #401124 Blackberry

📋 copy color: '#401124'

red 64 ◦ green 17 ◦ blue 36

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

Shades of Blackberry #401124

Tints of Blackberry #401124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 30.77%

R = 54.7%
G = 14.53%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#401124 (or 0x401124) is known color: Blackberry. HEX triplet: 40, 11 and 24. RGB value is (64,17,36). Sum of RGB (Red+Green+Blue) = 64+17+36=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401124 is #BFEEDB. Grayscale: #212121. Windows color (decimal): -12578524 or 2363712. OLE color: 2363712.

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

Color convert

RGB 64 17 36 -
CMYK 0 0.73 0.44 0.75
HSL 335.74º 0.58% 0.16% -
HSV(B) 335.74º 0.73% 0.25% -
XYZ 2.63 1.62 1.84 -
YUV 33.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 64 17 36 0 0.73 0.44 0.75 335.74 0.58 0.16
Hex 40 11 24 0 49 2C 4B 150 3A 10
Octal 100 21 44 0 111 54 113 520 72 20
Binary 1000000 10001 100100 0 1001001 101100 1001011 101010000 111010 10000

Color Harmonies of #401124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401124

Black with #401124

Text Example


Text Example

White with #401124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401124; }

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

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

background-color css

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

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

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

border-color css

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

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

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