Html Css Color HEX #410520 Blackberry

📋 copy color: '#410520'

red 65 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #410520

Tints of Blackberry #410520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 31.37%

R = 63.73%
G = 4.9%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#410520 (or 0x410520) is known color: Blackberry. HEX triplet: 41, 05 and 20. RGB value is (65,5,32). Sum of RGB (Red+Green+Blue) = 65+5+32=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410520 is #BEFADF. Grayscale: #191919. Windows color (decimal): -12516064 or 2098497. OLE color: 2098497.

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

Color convert

RGB 65 5 32 -
CMYK 0 0.92 0.51 0.75
HSL 333º 0.86% 0.14% -
HSV(B) 333º 0.92% 0.25% -
XYZ 2.49 1.34 1.49 -
YUV 26.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 65 5 32 0 0.92 0.51 0.75 333 0.86 0.14
Hex 41 5 20 0 5C 33 4B 14D 56 E
Octal 101 5 40 0 134 63 113 515 126 16
Binary 1000001 101 100000 0 1011100 110011 1001011 101001101 1010110 1110

Color Harmonies of #410520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410520

Black with #410520

Text Example


Text Example

White with #410520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410520; }

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

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

background-color css

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

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

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

border-color css

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

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

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