Html Css Color HEX #411038 Blackberry

📋 copy color: '#411038'

red 65 ◦ green 16 ◦ blue 56

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

Shades of Blackberry #411038

Tints of Blackberry #411038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 47.45%
G = 11.68%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#411038 (or 0x411038) is known color: Blackberry. HEX triplet: 41, 10 and 38. RGB value is (65,16,56). Sum of RGB (Red+Green+Blue) = 65+16+56=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #411038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411038 is #BEEFC7. Grayscale: #232323. Windows color (decimal): -12513224 or 3674177. OLE color: 3674177.

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

Color convert

RGB 65 16 56 -
CMYK 0 0.75 0.14 0.75
HSL 311.02º 0.6% 0.16% -
HSV(B) 311.02º 0.75% 0.25% -
XYZ 3.08 1.78 3.92 -
YUV 35.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 65 16 56 0 0.75 0.14 0.75 311.02 0.6 0.16
Hex 41 10 38 0 4B E 4B 137 3C 10
Octal 101 20 70 0 113 16 113 467 74 20
Binary 1000001 10000 111000 0 1001011 1110 1001011 100110111 111100 10000

Color Harmonies of #411038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411038

Black with #411038

Text Example


Text Example

White with #411038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411038; }

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

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

background-color css

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

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

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

border-color css

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

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

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