Html Css Color HEX #411328 Blackberry

📋 copy color: '#411328'

red 65 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #411328

Tints of Blackberry #411328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 52.42%
G = 15.32%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#411328 (or 0x411328) is known color: Blackberry. HEX triplet: 41, 13 and 28. RGB value is (65,19,40). Sum of RGB (Red+Green+Blue) = 65+19+40=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411328 is #BEECD7. Grayscale: #232323. Windows color (decimal): -12512472 or 2626369. OLE color: 2626369.

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

Color convert

RGB 65 19 40 -
CMYK 0 0.71 0.38 0.75
HSL 332.61º 0.55% 0.16% -
HSV(B) 332.61º 0.71% 0.25% -
XYZ 2.8 1.74 2.2 -
YUV 35.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 65 19 40 0 0.71 0.38 0.75 332.61 0.55 0.16
Hex 41 13 28 0 47 26 4B 14D 37 10
Octal 101 23 50 0 107 46 113 515 67 20
Binary 1000001 10011 101000 0 1000111 100110 1001011 101001101 110111 10000

Color Harmonies of #411328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411328

Black with #411328

Text Example


Text Example

White with #411328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411328; }

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

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

background-color css

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

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

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

border-color css

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

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

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