Html Css Color HEX #411338 Blackberry

📋 copy color: '#411338'

red 65 ◦ green 19 ◦ blue 56

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

Shades of Blackberry #411338

Tints of Blackberry #411338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

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

R = 46.43%
G = 13.57%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#411338 (or 0x411338) is known color: Blackberry. HEX triplet: 41, 13 and 38. RGB value is (65,19,56). Sum of RGB (Red+Green+Blue) = 65+19+56=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411338 is #BEECC7. Grayscale: #242424. Windows color (decimal): -12512456 or 3674945. OLE color: 3674945.

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

Color convert

RGB 65 19 56 -
CMYK 0 0.71 0.14 0.75
HSL 311.74º 0.55% 0.16% -
HSV(B) 311.74º 0.71% 0.25% -
XYZ 3.13 1.88 3.94 -
YUV 36.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 65 19 56 0 0.71 0.14 0.75 311.74 0.55 0.16
Hex 41 13 38 0 47 E 4B 138 37 10
Octal 101 23 70 0 107 16 113 470 67 20
Binary 1000001 10011 111000 0 1000111 1110 1001011 100111000 110111 10000

Color Harmonies of #411338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411338

Black with #411338

Text Example


Text Example

White with #411338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411338; }

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

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

background-color css

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

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

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

border-color css

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

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

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