Html Css Color HEX #410831 Blackberry

📋 copy color: '#410831'

red 65 ◦ green 8 ◦ blue 49

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

Shades of Blackberry #410831

Tints of Blackberry #410831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.56%

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

R = 53.28%
G = 6.56%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#410831 (or 0x410831) is known color: Blackberry. HEX triplet: 41, 08 and 31. RGB value is (65,8,49). Sum of RGB (Red+Green+Blue) = 65+8+49=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #410831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410831 is #BEF7CE. Grayscale: #1D1D1D. Windows color (decimal): -12515279 or 3213377. OLE color: 3213377.

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

Color convert

RGB 65 8 49 -
CMYK 0 0.88 0.25 0.75
HSL 316.84º 0.78% 0.14% -
HSV(B) 316.84º 0.88% 0.25% -
XYZ 2.82 1.52 3.05 -
YUV 29.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 65 8 49 0 0.88 0.25 0.75 316.84 0.78 0.14
Hex 41 8 31 0 58 19 4B 13D 4E E
Octal 101 10 61 0 130 31 113 475 116 16
Binary 1000001 1000 110001 0 1011000 11001 1001011 100111101 1001110 1110

Color Harmonies of #410831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410831

Black with #410831

Text Example


Text Example

White with #410831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410831; }

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

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

background-color css

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

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

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

border-color css

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

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

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