Html Css Color HEX #410720 Blackberry

📋 copy color: '#410720'

red 65 ◦ green 7 ◦ blue 32

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

Shades of Blackberry #410720

Tints of Blackberry #410720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

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

R = 62.5%
G = 6.73%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#410720 (or 0x410720) is known color: Blackberry. HEX triplet: 41, 07 and 20. RGB value is (65,7,32). Sum of RGB (Red+Green+Blue) = 65+7+32=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410720 is #BEF8DF. Grayscale: #1B1B1B. Windows color (decimal): -12515552 or 2099009. OLE color: 2099009.

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

Color convert

RGB 65 7 32 -
CMYK 0 0.89 0.51 0.75
HSL 334.14º 0.81% 0.14% -
HSV(B) 334.14º 0.89% 0.25% -
XYZ 2.52 1.38 1.5 -
YUV 27.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 65 7 32 0 0.89 0.51 0.75 334.14 0.81 0.14
Hex 41 7 20 0 59 33 4B 14E 51 E
Octal 101 7 40 0 131 63 113 516 121 16
Binary 1000001 111 100000 0 1011001 110011 1001011 101001110 1010001 1110

Color Harmonies of #410720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410720

Black with #410720

Text Example


Text Example

White with #410720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410720; }

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

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

background-color css

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

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

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

border-color css

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

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

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