Html Css Color HEX #411438 Blackberry

📋 copy color: '#411438'

red 65 ◦ green 20 ◦ blue 56

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

Shades of Blackberry #411438

Tints of Blackberry #411438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 46.1%
G = 14.18%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#411438 (or 0x411438) is known color: Blackberry. HEX triplet: 41, 14 and 38. RGB value is (65,20,56). Sum of RGB (Red+Green+Blue) = 65+20+56=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411438 is #BEEBC7. Grayscale: #252525. Windows color (decimal): -12512200 or 3675201. OLE color: 3675201.

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

Color convert

RGB 65 20 56 -
CMYK 0 0.69 0.14 0.75
HSL 312º 0.53% 0.17% -
HSV(B) 312º 0.69% 0.25% -
XYZ 3.14 1.91 3.94 -
YUV 37.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 65 20 56 0 0.69 0.14 0.75 312 0.53 0.17
Hex 41 14 38 0 45 E 4B 138 35 11
Octal 101 24 70 0 105 16 113 470 65 21
Binary 1000001 10100 111000 0 1000101 1110 1001011 100111000 110101 10001

Color Harmonies of #411438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411438

Black with #411438

Text Example


Text Example

White with #411438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411438; }

 p { color: rgb(65,20,56); }

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

background-color css

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

 a { background-color: rgb(65,20,56); }

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

border-color css

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

 span { border-color: rgb(65,20,56); }

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