Html Css Color HEX #411730 Blackberry

📋 copy color: '#411730'

red 65 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #411730

Tints of Blackberry #411730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 47.79%
G = 16.91%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#411730 (or 0x411730) is known color: Blackberry. HEX triplet: 41, 17 and 30. RGB value is (65,23,48). Sum of RGB (Red+Green+Blue) = 65+23+48=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411730 is #BEE8CF. Grayscale: #262626. Windows color (decimal): -12511440 or 3151681. OLE color: 3151681.

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

Color convert

RGB 65 23 48 -
CMYK 0 0.65 0.26 0.75
HSL 324.29º 0.48% 0.17% -
HSV(B) 324.29º 0.65% 0.25% -
XYZ 3.02 1.95 3.01 -
YUV 38.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 65 23 48 0 0.65 0.26 0.75 324.29 0.48 0.17
Hex 41 17 30 0 41 1A 4B 144 30 11
Octal 101 27 60 0 101 32 113 504 60 21
Binary 1000001 10111 110000 0 1000001 11010 1001011 101000100 110000 10001

Color Harmonies of #411730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411730

Black with #411730

Text Example


Text Example

White with #411730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411730; }

 p { color: rgb(65,23,48); }

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

background-color css

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

 a { background-color: rgb(65,23,48); }

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

border-color css

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

 span { border-color: rgb(65,23,48); }

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