Html Css Color HEX #411130 Blackberry

📋 copy color: '#411130'

red 65 ◦ green 17 ◦ blue 48

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

Shades of Blackberry #411130

Tints of Blackberry #411130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

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

R = 50%
G = 13.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#411130 (or 0x411130) is known color: Blackberry. HEX triplet: 41, 11 and 30. RGB value is (65,17,48). Sum of RGB (Red+Green+Blue) = 65+17+48=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #411130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411130 is #BEEECF. Grayscale: #222222. Windows color (decimal): -12512976 or 3150145. OLE color: 3150145.

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

Color convert

RGB 65 17 48 -
CMYK 0 0.74 0.26 0.75
HSL 321.25º 0.59% 0.16% -
HSV(B) 321.25º 0.74% 0.25% -
XYZ 2.91 1.74 2.98 -
YUV 34.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 65 17 48 0 0.74 0.26 0.75 321.25 0.59 0.16
Hex 41 11 30 0 4A 1A 4B 141 3B 10
Octal 101 21 60 0 112 32 113 501 73 20
Binary 1000001 10001 110000 0 1001010 11010 1001011 101000001 111011 10000

Color Harmonies of #411130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411130

Black with #411130

Text Example


Text Example

White with #411130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411130; }

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

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

background-color css

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

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

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

border-color css

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

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

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