Html Css Color HEX #411138 Blackberry

📋 copy color: '#411138'

red 65 ◦ green 17 ◦ blue 56

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

Shades of Blackberry #411138

Tints of Blackberry #411138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 47.1%
G = 12.32%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#411138 (or 0x411138) is known color: Blackberry. HEX triplet: 41, 11 and 38. RGB value is (65,17,56). Sum of RGB (Red+Green+Blue) = 65+17+56=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411138 is #BEEEC7. Grayscale: #232323. Windows color (decimal): -12512968 or 3674433. OLE color: 3674433.

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

Color convert

RGB 65 17 56 -
CMYK 0 0.74 0.14 0.75
HSL 311.25º 0.59% 0.16% -
HSV(B) 311.25º 0.74% 0.25% -
XYZ 3.09 1.81 3.93 -
YUV 35.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 65 17 56 0 0.74 0.14 0.75 311.25 0.59 0.16
Hex 41 11 38 0 4A E 4B 137 3B 10
Octal 101 21 70 0 112 16 113 467 73 20
Binary 1000001 10001 111000 0 1001010 1110 1001011 100110111 111011 10000

Color Harmonies of #411138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411138

Black with #411138

Text Example


Text Example

White with #411138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411138; }

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

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

background-color css

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

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

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

border-color css

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

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

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