Html Css Color HEX #410031 Blackberry

📋 copy color: '#410031'

red 65 ◦ green 0 ◦ blue 49

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

Shades of Blackberry #410031

Tints of Blackberry #410031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.02%
G = 0%
B = 42.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#410031 (or 0x410031) is known color: Blackberry. HEX triplet: 41, 00 and 31. RGB value is (65,0,49). Sum of RGB (Red+Green+Blue) = 65+0+49=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #410031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410031 is #BEFFCE. Grayscale: #181818. Windows color (decimal): -12517327 or 3211329. OLE color: 3211329.

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

Color convert

RGB 65 0 49 -
CMYK 0 1 0.25 0.75
HSL 314.77º 1% 0.13% -
HSV(B) 314.77º 1% 0.25% -
XYZ 2.73 1.35 3.02 -
YUV 25.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 65 0 49 0 1 0.25 0.75 314.77 1 0.13
Hex 41 0 31 0 64 19 4B 13B 64 D
Octal 101 0 61 0 144 31 113 473 144 15
Binary 1000001 0 110001 0 1100100 11001 1001011 100111011 1100100 1101

Color Harmonies of #410031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410031

Black with #410031

Text Example


Text Example

White with #410031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410031; }

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

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

background-color css

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

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

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

border-color css

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

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

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