Html Css Color HEX #401B34 Blackberry

📋 copy color: '#401B34'

red 64 ◦ green 27 ◦ blue 52

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

Shades of Blackberry #401B34

Tints of Blackberry #401B34

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 44.76%
G = 18.88%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#401B34 (or 0x401B34) is known color: Blackberry. HEX triplet: 40, 1B and 34. RGB value is (64,27,52). Sum of RGB (Red+Green+Blue) = 64+27+52=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #401B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B34 is #BFE4CB. Grayscale: #282828. Windows color (decimal): -12575948 or 3414848. OLE color: 3414848.

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

Color convert

RGB 64 27 52 -
CMYK 0 0.58 0.19 0.75
HSL 319.46º 0.41% 0.18% -
HSV(B) 319.46º 0.58% 0.25% -
XYZ 3.13 2.12 3.49 -
YUV 40.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 64 27 52 0 0.58 0.19 0.75 319.46 0.41 0.18
Hex 40 1B 34 0 3A 13 4B 13F 29 12
Octal 100 33 64 0 72 23 113 477 51 22
Binary 1000000 11011 110100 0 111010 10011 1001011 100111111 101001 10010

Color Harmonies of #401B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B34

Black with #401B34

Text Example


Text Example

White with #401B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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