Html Css Color HEX #411D37 Blackberry

📋 copy color: '#411D37'

red 65 ◦ green 29 ◦ blue 55

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

Shades of Blackberry #411D37

Tints of Blackberry #411D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 36.91%

R = 43.62%
G = 19.46%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#411D37 (or 0x411D37) is known color: Blackberry. HEX triplet: 41, 1D and 37. RGB value is (65,29,55). Sum of RGB (Red+Green+Blue) = 65+29+55=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #411D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D37 is #BEE2C8. Grayscale: #2A2A2A. Windows color (decimal): -12509897 or 3611969. OLE color: 3611969.

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

Color convert

RGB 65 29 55 -
CMYK 0 0.55 0.15 0.75
HSL 316.67º 0.38% 0.18% -
HSV(B) 316.67º 0.55% 0.25% -
XYZ 3.31 2.28 3.88 -
YUV 42.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 65 29 55 0 0.55 0.15 0.75 316.67 0.38 0.18
Hex 41 1D 37 0 37 F 4B 13D 26 12
Octal 101 35 67 0 67 17 113 475 46 22
Binary 1000001 11101 110111 0 110111 1111 1001011 100111101 100110 10010

Color Harmonies of #411D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D37

Black with #411D37

Text Example


Text Example

White with #411D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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