Html Css Color HEX #411635 Blackberry

📋 copy color: '#411635'

red 65 ◦ green 22 ◦ blue 53

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

Shades of Blackberry #411635

Tints of Blackberry #411635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 46.43%
G = 15.71%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#411635 (or 0x411635) is known color: Blackberry. HEX triplet: 41, 16 and 35. RGB value is (65,22,53). Sum of RGB (Red+Green+Blue) = 65+22+53=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411635 is #BEE9CA. Grayscale: #262626. Windows color (decimal): -12511691 or 3479105. OLE color: 3479105.

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

Color convert

RGB 65 22 53 -
CMYK 0 0.66 0.18 0.75
HSL 316.74º 0.49% 0.17% -
HSV(B) 316.74º 0.66% 0.25% -
XYZ 3.11 1.95 3.58 -
YUV 38.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 65 22 53 0 0.66 0.18 0.75 316.74 0.49 0.17
Hex 41 16 35 0 42 12 4B 13D 31 11
Octal 101 26 65 0 102 22 113 475 61 21
Binary 1000001 10110 110101 0 1000010 10010 1001011 100111101 110001 10001

Color Harmonies of #411635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411635

Black with #411635

Text Example


Text Example

White with #411635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411635; }

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

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

background-color css

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

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

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

border-color css

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

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

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