Html Css Color HEX #410835 Blackberry

📋 copy color: '#410835'

red 65 ◦ green 8 ◦ blue 53

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

Shades of Blackberry #410835

Tints of Blackberry #410835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 51.59%
G = 6.35%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#410835 (or 0x410835) is known color: Blackberry. HEX triplet: 41, 08 and 35. RGB value is (65,8,53). Sum of RGB (Red+Green+Blue) = 65+8+53=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #410835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410835 is #BEF7CA. Grayscale: #1E1E1E. Windows color (decimal): -12515275 or 3475521. OLE color: 3475521.

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

Color convert

RGB 65 8 53 -
CMYK 0 0.88 0.18 0.75
HSL 312.63º 0.78% 0.14% -
HSV(B) 312.63º 0.88% 0.25% -
XYZ 2.91 1.55 3.51 -
YUV 30.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 65 8 53 0 0.88 0.18 0.75 312.63 0.78 0.14
Hex 41 8 35 0 58 12 4B 139 4E E
Octal 101 10 65 0 130 22 113 471 116 16
Binary 1000001 1000 110101 0 1011000 10010 1001011 100111001 1001110 1110

Color Harmonies of #410835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410835

Black with #410835

Text Example


Text Example

White with #410835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410835; }

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

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

background-color css

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

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

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

border-color css

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

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

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