Html Css Color HEX #401434 Blackberry

📋 copy color: '#401434'

red 64 ◦ green 20 ◦ blue 52

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

Shades of Blackberry #401434

Tints of Blackberry #401434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 47.06%
G = 14.71%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#401434 (or 0x401434) is known color: Blackberry. HEX triplet: 40, 14 and 34. RGB value is (64,20,52). Sum of RGB (Red+Green+Blue) = 64+20+52=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401434 is #BFEBCB. Grayscale: #242424. Windows color (decimal): -12577740 or 3413056. OLE color: 3413056.

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

Color convert

RGB 64 20 52 -
CMYK 0 0.69 0.19 0.75
HSL 316.36º 0.52% 0.16% -
HSV(B) 316.36º 0.69% 0.25% -
XYZ 2.98 1.84 3.45 -
YUV 36.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 64 20 52 0 0.69 0.19 0.75 316.36 0.52 0.16
Hex 40 14 34 0 45 13 4B 13C 34 10
Octal 100 24 64 0 105 23 113 474 64 20
Binary 1000000 10100 110100 0 1000101 10011 1001011 100111100 110100 10000

Color Harmonies of #401434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401434

Black with #401434

Text Example


Text Example

White with #401434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401434; }

 p { color: rgb(64,20,52); }

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

background-color css

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

 a { background-color: rgb(64,20,52); }

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

border-color css

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

 span { border-color: rgb(64,20,52); }

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