Html Css Color HEX #411D2F Blackberry

📋 copy color: '#411D2F'

red 65 ◦ green 29 ◦ blue 47

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

Shades of Blackberry #411D2F

Tints of Blackberry #411D2F

RGB

 RED value IS 65 (25.78% from 255) = 46.1%

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

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

R = 46.1%
G = 20.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#411D2F (or 0x411D2F) is known color: Blackberry. HEX triplet: 41, 1D and 2F. RGB value is (65,29,47). Sum of RGB (Red+Green+Blue) = 65+29+47=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D2F is #BEE2D0. Grayscale: #292929. Windows color (decimal): -12509905 or 3087681. OLE color: 3087681.

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

Color convert

RGB 65 29 47 -
CMYK 0 0.55 0.28 0.75
HSL 330º 0.38% 0.18% -
HSV(B) 330º 0.55% 0.25% -
XYZ 3.13 2.21 2.95 -
YUV 41.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 65 29 47 0 0.55 0.28 0.75 330 0.38 0.18
Hex 41 1D 2F 0 37 1C 4B 14A 26 12
Octal 101 35 57 0 67 34 113 512 46 22
Binary 1000001 11101 101111 0 110111 11100 1001011 101001010 100110 10010

Color Harmonies of #411D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D2F

Black with #411D2F

Text Example


Text Example

White with #411D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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