Html Css Color HEX #410219 Blackberry

📋 copy color: '#410219'

red 65 ◦ green 2 ◦ blue 25

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

Shades of Blackberry #410219

Tints of Blackberry #410219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

 BLUE value IS 25 (10.16% from 255) = 27.17%

R = 70.65%
G = 2.17%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410219 (or 0x410219) is known color: Blackberry. HEX triplet: 41, 02 and 19. RGB value is (65,2,25). Sum of RGB (Red+Green+Blue) = 65+2+25=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410219 is #BEFDE6. Grayscale: #171717. Windows color (decimal): -12516839 or 1638977. OLE color: 1638977.

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

Color convert

RGB 65 2 25 -
CMYK 0 0.97 0.62 0.75
HSL 338.1º 0.94% 0.13% -
HSV(B) 338.1º 0.97% 0.25% -
XYZ 2.38 1.24 1.03 -
YUV 23.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 65 2 25 0 0.97 0.62 0.75 338.1 0.94 0.13
Hex 41 2 19 0 61 3E 4B 152 5E D
Octal 101 2 31 0 141 76 113 522 136 15
Binary 1000001 10 11001 0 1100001 111110 1001011 101010010 1011110 1101

Color Harmonies of #410219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410219

Black with #410219

Text Example


Text Example

White with #410219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410219; }

 p { color: rgb(65,2,25); }

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

background-color css

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

 a { background-color: rgb(65,2,25); }

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

border-color css

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

 span { border-color: rgb(65,2,25); }

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