Html Css Color HEX #401C35 Blackberry

📋 copy color: '#401C35'

red 64 ◦ green 28 ◦ blue 53

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

Shades of Blackberry #401C35

Tints of Blackberry #401C35

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 44.14%
G = 19.31%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#401C35 (or 0x401C35) is known color: Blackberry. HEX triplet: 40, 1C and 35. RGB value is (64,28,53). Sum of RGB (Red+Green+Blue) = 64+28+53=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C35 is #BFE3CA. Grayscale: #292929. Windows color (decimal): -12575691 or 3480640. OLE color: 3480640.

HSL color Cylindrical-coordinate representation of color #401C35: hue angle of 318.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C35 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 28 53 -
CMYK 0 0.56 0.17 0.75
HSL 318.33º 0.39% 0.18% -
HSV(B) 318.33º 0.56% 0.25% -
XYZ 3.17 2.18 3.62 -
YUV 41.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 64 28 53 0 0.56 0.17 0.75 318.33 0.39 0.18
Hex 40 1C 35 0 38 11 4B 13E 27 12
Octal 100 34 65 0 70 21 113 476 47 22
Binary 1000000 11100 110101 0 111000 10001 1001011 100111110 100111 10010

Color Harmonies of #401C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C35

Black with #401C35

Text Example


Text Example

White with #401C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401C35; }

 p { color: rgb(64,28,53); }

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

background-color css

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

 a { background-color: rgb(64,28,53); }

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

border-color css

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

 span { border-color: rgb(64,28,53); }

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