Html Css Color HEX #411F36 Blackberry

📋 copy color: '#411F36'

red 65 ◦ green 31 ◦ blue 54

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

Shades of Blackberry #411F36

Tints of Blackberry #411F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.67%

 BLUE value IS 54 (21.48% from 255) = 36%

R = 43.33%
G = 20.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#411F36 (or 0x411F36) is known color: Blackberry. HEX triplet: 41, 1F and 36. RGB value is (65,31,54). Sum of RGB (Red+Green+Blue) = 65+31+54=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #411F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F36 is #BEE0C9. Grayscale: #2B2B2B. Windows color (decimal): -12509386 or 3546945. OLE color: 3546945.

HSL color Cylindrical-coordinate representation of color #411F36: hue angle of 319.41º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F36 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 54 -
CMYK 0 0.52 0.17 0.75
HSL 319.41º 0.35% 0.19% -
HSV(B) 319.41º 0.52% 0.25% -
XYZ 3.34 2.37 3.77 -
YUV 43.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 65 31 54 0 0.52 0.17 0.75 319.41 0.35 0.19
Hex 41 1F 36 0 34 11 4B 13F 23 13
Octal 101 37 66 0 64 21 113 477 43 23
Binary 1000001 11111 110110 0 110100 10001 1001011 100111111 100011 10011

Color Harmonies of #411F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F36

Black with #411F36

Text Example


Text Example

White with #411F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,54); }

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

background-color css

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

 a { background-color: rgb(65,31,54); }

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

border-color css

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

 span { border-color: rgb(65,31,54); }

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