Html Css Color HEX #410119 Blackberry

📋 copy color: '#410119'

red 65 ◦ green 1 ◦ blue 25

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

Shades of Blackberry #410119

Tints of Blackberry #410119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 71.43%
G = 1.1%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410119 (or 0x410119) is known color: Blackberry. HEX triplet: 41, 01 and 19. RGB value is (65,1,25). Sum of RGB (Red+Green+Blue) = 65+1+25=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #410119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410119 is #BEFEE6. Grayscale: #161616. Windows color (decimal): -12517095 or 1638721. OLE color: 1638721.

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

Color convert

RGB 65 1 25 -
CMYK 0 0.98 0.62 0.75
HSL 337.5º 0.97% 0.13% -
HSV(B) 337.5º 0.98% 0.25% -
XYZ 2.37 1.22 1.03 -
YUV 22.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 65 1 25 0 0.98 0.62 0.75 337.5 0.97 0.13
Hex 41 1 19 0 62 3E 4B 152 61 D
Octal 101 1 31 0 142 76 113 522 141 15
Binary 1000001 1 11001 0 1100010 111110 1001011 101010010 1100001 1101

Color Harmonies of #410119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410119

Black with #410119

Text Example


Text Example

White with #410119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410119; }

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

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

background-color css

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

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

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

border-color css

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

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

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