Html Css Color HEX #410530 Blackberry

📋 copy color: '#410530'

red 65 ◦ green 5 ◦ blue 48

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

Shades of Blackberry #410530

Tints of Blackberry #410530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

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

R = 55.08%
G = 4.24%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#410530 (or 0x410530) is known color: Blackberry. HEX triplet: 41, 05 and 30. RGB value is (65,5,48). Sum of RGB (Red+Green+Blue) = 65+5+48=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #410530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410530 is #BEFACF. Grayscale: #1B1B1B. Windows color (decimal): -12516048 or 3147073. OLE color: 3147073.

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

Color convert

RGB 65 5 48 -
CMYK 0 0.92 0.26 0.75
HSL 317º 0.86% 0.14% -
HSV(B) 317º 0.92% 0.25% -
XYZ 2.77 1.45 2.93 -
YUV 27.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 65 5 48 0 0.92 0.26 0.75 317 0.86 0.14
Hex 41 5 30 0 5C 1A 4B 13D 56 E
Octal 101 5 60 0 134 32 113 475 126 16
Binary 1000001 101 110000 0 1011100 11010 1001011 100111101 1010110 1110

Color Harmonies of #410530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410530

Black with #410530

Text Example


Text Example

White with #410530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410530; }

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

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

background-color css

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

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

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

border-color css

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

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

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