Html Css Color HEX #410420 Blackberry

📋 copy color: '#410420'

red 65 ◦ green 4 ◦ blue 32

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

Shades of Blackberry #410420

Tints of Blackberry #410420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.96%

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

R = 64.36%
G = 3.96%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#410420 (or 0x410420) is known color: Blackberry. HEX triplet: 41, 04 and 20. RGB value is (65,4,32). Sum of RGB (Red+Green+Blue) = 65+4+32=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410420 is #BEFBDF. Grayscale: #191919. Windows color (decimal): -12516320 or 2098241. OLE color: 2098241.

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

Color convert

RGB 65 4 32 -
CMYK 0 0.94 0.51 0.75
HSL 332.46º 0.88% 0.14% -
HSV(B) 332.46º 0.94% 0.25% -
XYZ 2.48 1.31 1.49 -
YUV 25.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 65 4 32 0 0.94 0.51 0.75 332.46 0.88 0.14
Hex 41 4 20 0 5E 33 4B 14C 58 E
Octal 101 4 40 0 136 63 113 514 130 16
Binary 1000001 100 100000 0 1011110 110011 1001011 101001100 1011000 1110

Color Harmonies of #410420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410420

Black with #410420

Text Example


Text Example

White with #410420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410420; }

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

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

background-color css

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

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

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

border-color css

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

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

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