Html Css Color HEX #411B36 Blackberry

📋 copy color: '#411B36'

red 65 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #411B36

Tints of Blackberry #411B36

RGB

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

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

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

R = 44.52%
G = 18.49%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#411B36 (or 0x411B36) is known color: Blackberry. HEX triplet: 41, 1B and 36. RGB value is (65,27,54). Sum of RGB (Red+Green+Blue) = 65+27+54=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #411B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B36 is #BEE4C9. Grayscale: #292929. Windows color (decimal): -12510410 or 3545921. OLE color: 3545921.

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

Color convert

RGB 65 27 54 -
CMYK 0 0.58 0.17 0.75
HSL 317.37º 0.41% 0.18% -
HSV(B) 317.37º 0.58% 0.25% -
XYZ 3.24 2.17 3.74 -
YUV 41.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 65 27 54 0 0.58 0.17 0.75 317.37 0.41 0.18
Hex 41 1B 36 0 3A 11 4B 13D 29 12
Octal 101 33 66 0 72 21 113 475 51 22
Binary 1000001 11011 110110 0 111010 10001 1001011 100111101 101001 10010

Color Harmonies of #411B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B36

Black with #411B36

Text Example


Text Example

White with #411B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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