Html Css Color HEX #410131 Blackberry

📋 copy color: '#410131'

red 65 ◦ green 1 ◦ blue 49

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

Shades of Blackberry #410131

Tints of Blackberry #410131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 42.61%

R = 56.52%
G = 0.87%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#410131 (or 0x410131) is known color: Blackberry. HEX triplet: 41, 01 and 31. RGB value is (65,1,49). Sum of RGB (Red+Green+Blue) = 65+1+49=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #410131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410131 is #BEFECE. Grayscale: #191919. Windows color (decimal): -12517071 or 3211585. OLE color: 3211585.

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

Color convert

RGB 65 1 49 -
CMYK 0 0.98 0.25 0.75
HSL 315º 0.97% 0.13% -
HSV(B) 315º 0.98% 0.25% -
XYZ 2.75 1.37 3.02 -
YUV 25.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 65 1 49 0 0.98 0.25 0.75 315 0.97 0.13
Hex 41 1 31 0 62 19 4B 13B 61 D
Octal 101 1 61 0 142 31 113 473 141 15
Binary 1000001 1 110001 0 1100010 11001 1001011 100111011 1100001 1101

Color Harmonies of #410131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410131

Black with #410131

Text Example


Text Example

White with #410131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410131; }

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

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

background-color css

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

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

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

border-color css

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

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

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