Html Css Color HEX #411336 Blackberry

📋 copy color: '#411336'

red 65 ◦ green 19 ◦ blue 54

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

Shades of Blackberry #411336

Tints of Blackberry #411336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 47.1%
G = 13.77%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#411336 (or 0x411336) is known color: Blackberry. HEX triplet: 41, 13 and 36. RGB value is (65,19,54). Sum of RGB (Red+Green+Blue) = 65+19+54=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411336 is #BEECC9. Grayscale: #242424. Windows color (decimal): -12512458 or 3543873. OLE color: 3543873.

HSL color Cylindrical-coordinate representation of color #411336: hue angle of 314.35º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411336 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 19 54 -
CMYK 0 0.71 0.17 0.75
HSL 314.35º 0.55% 0.16% -
HSV(B) 314.35º 0.71% 0.25% -
XYZ 3.08 1.86 3.69 -
YUV 36.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 65 19 54 0 0.71 0.17 0.75 314.35 0.55 0.16
Hex 41 13 36 0 47 11 4B 13A 37 10
Octal 101 23 66 0 107 21 113 472 67 20
Binary 1000001 10011 110110 0 1000111 10001 1001011 100111010 110111 10000

Color Harmonies of #411336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411336

Black with #411336

Text Example


Text Example

White with #411336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411336; }

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

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

background-color css

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

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

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

border-color css

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

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

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