Html Css Color HEX #411530 Blackberry

📋 copy color: '#411530'

red 65 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #411530

Tints of Blackberry #411530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 48 (19.14% from 255) = 35.82%

R = 48.51%
G = 15.67%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#411530 (or 0x411530) is known color: Blackberry. HEX triplet: 41, 15 and 30. RGB value is (65,21,48). Sum of RGB (Red+Green+Blue) = 65+21+48=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411530 is #BEEACF. Grayscale: #252525. Windows color (decimal): -12511952 or 3151169. OLE color: 3151169.

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

Color convert

RGB 65 21 48 -
CMYK 0 0.68 0.26 0.75
HSL 323.18º 0.51% 0.17% -
HSV(B) 323.18º 0.68% 0.25% -
XYZ 2.98 1.87 3 -
YUV 37.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 65 21 48 0 0.68 0.26 0.75 323.18 0.51 0.17
Hex 41 15 30 0 44 1A 4B 143 33 11
Octal 101 25 60 0 104 32 113 503 63 21
Binary 1000001 10101 110000 0 1000100 11010 1001011 101000011 110011 10001

Color Harmonies of #411530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411530

Black with #411530

Text Example


Text Example

White with #411530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411530; }

 p { color: rgb(65,21,48); }

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

background-color css

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

 a { background-color: rgb(65,21,48); }

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

border-color css

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

 span { border-color: rgb(65,21,48); }

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