Html Css Color HEX #401D34 Blackberry

📋 copy color: '#401D34'

red 64 ◦ green 29 ◦ blue 52

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

Shades of Blackberry #401D34

Tints of Blackberry #401D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20%

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

R = 44.14%
G = 20%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#401D34 (or 0x401D34) is known color: Blackberry. HEX triplet: 40, 1D and 34. RGB value is (64,29,52). Sum of RGB (Red+Green+Blue) = 64+29+52=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D34 is #BFE2CB. Grayscale: #2A2A2A. Windows color (decimal): -12575436 or 3415360. OLE color: 3415360.

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

Color convert

RGB 64 29 52 -
CMYK 0 0.55 0.19 0.75
HSL 320.57º 0.38% 0.18% -
HSV(B) 320.57º 0.55% 0.25% -
XYZ 3.17 2.22 3.51 -
YUV 42.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 64 29 52 0 0.55 0.19 0.75 320.57 0.38 0.18
Hex 40 1D 34 0 37 13 4B 141 26 12
Octal 100 35 64 0 67 23 113 501 46 22
Binary 1000000 11101 110100 0 110111 10011 1001011 101000001 100110 10010

Color Harmonies of #401D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D34

Black with #401D34

Text Example


Text Example

White with #401D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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