Html Css Color HEX #401D2F Blackberry

📋 copy color: '#401D2F'

red 64 ◦ green 29 ◦ blue 47

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

Shades of Blackberry #401D2F

Tints of Blackberry #401D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 45.71%
G = 20.71%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#401D2F (or 0x401D2F) is known color: Blackberry. HEX triplet: 40, 1D and 2F. RGB value is (64,29,47). Sum of RGB (Red+Green+Blue) = 64+29+47=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D2F is #BFE2D0. Grayscale: #292929. Windows color (decimal): -12575441 or 3087680. OLE color: 3087680.

HSL color Cylindrical-coordinate representation of color #401D2F: hue angle of 329.14º 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 #401D2F is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 29 47 -
CMYK 0 0.55 0.27 0.75
HSL 329.14º 0.38% 0.18% -
HSV(B) 329.14º 0.55% 0.25% -
XYZ 3.07 2.17 2.95 -
YUV 41.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 64 29 47 0 0.55 0.27 0.75 329.14 0.38 0.18
Hex 40 1D 2F 0 37 1B 4B 149 26 12
Octal 100 35 57 0 67 33 113 511 46 22
Binary 1000000 11101 101111 0 110111 11011 1001011 101001001 100110 10010

Color Harmonies of #401D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D2F

Black with #401D2F

Text Example


Text Example

White with #401D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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