Html Css Color HEX #411337 Blackberry

📋 copy color: '#411337'

red 65 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #411337

Tints of Blackberry #411337

RGB

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

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

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

R = 46.76%
G = 13.67%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#411337 (or 0x411337) is known color: Blackberry. HEX triplet: 41, 13 and 37. RGB value is (65,19,55). Sum of RGB (Red+Green+Blue) = 65+19+55=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411337 is #BEECC8. Grayscale: #242424. Windows color (decimal): -12512457 or 3609409. OLE color: 3609409.

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

Color convert

RGB 65 19 55 -
CMYK 0 0.71 0.15 0.75
HSL 313.04º 0.55% 0.16% -
HSV(B) 313.04º 0.71% 0.25% -
XYZ 3.1 1.87 3.81 -
YUV 36.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 65 19 55 0 0.71 0.15 0.75 313.04 0.55 0.16
Hex 41 13 37 0 47 F 4B 139 37 10
Octal 101 23 67 0 107 17 113 471 67 20
Binary 1000001 10011 110111 0 1000111 1111 1001011 100111001 110111 10000

Color Harmonies of #411337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411337

Black with #411337

Text Example


Text Example

White with #411337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411337; }

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

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

background-color css

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

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

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

border-color css

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

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

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