Html Css Color HEX #410E31 Blackberry

📋 copy color: '#410E31'

red 65 ◦ green 14 ◦ blue 49

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

Shades of Blackberry #410E31

Tints of Blackberry #410E31

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.94%

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

R = 50.78%
G = 10.94%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#410E31 (or 0x410E31) is known color: Blackberry. HEX triplet: 41, 0E and 31. RGB value is (65,14,49). Sum of RGB (Red+Green+Blue) = 65+14+49=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #410E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E31 is #BEF1CE. Grayscale: #212121. Windows color (decimal): -12513743 or 3214913. OLE color: 3214913.

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

Color convert

RGB 65 14 49 -
CMYK 0 0.78 0.25 0.75
HSL 318.82º 0.65% 0.15% -
HSV(B) 318.82º 0.78% 0.25% -
XYZ 2.89 1.66 3.07 -
YUV 33.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 65 14 49 0 0.78 0.25 0.75 318.82 0.65 0.15
Hex 41 E 31 0 4E 19 4B 13F 41 F
Octal 101 16 61 0 116 31 113 477 101 17
Binary 1000001 1110 110001 0 1001110 11001 1001011 100111111 1000001 1111

Color Harmonies of #410E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E31

Black with #410E31

Text Example


Text Example

White with #410E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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