Html Css Color HEX #410730 Blackberry

📋 copy color: '#410730'

red 65 ◦ green 7 ◦ blue 48

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

Shades of Blackberry #410730

Tints of Blackberry #410730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

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

R = 54.17%
G = 5.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#410730 (or 0x410730) is known color: Blackberry. HEX triplet: 41, 07 and 30. RGB value is (65,7,48). Sum of RGB (Red+Green+Blue) = 65+7+48=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #410730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410730 is #BEF8CF. Grayscale: #1C1C1C. Windows color (decimal): -12515536 or 3147585. OLE color: 3147585.

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

Color convert

RGB 65 7 48 -
CMYK 0 0.89 0.26 0.75
HSL 317.59º 0.81% 0.14% -
HSV(B) 317.59º 0.89% 0.25% -
XYZ 2.79 1.49 2.94 -
YUV 29.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 65 7 48 0 0.89 0.26 0.75 317.59 0.81 0.14
Hex 41 7 30 0 59 1A 4B 13E 51 E
Octal 101 7 60 0 131 32 113 476 121 16
Binary 1000001 111 110000 0 1011001 11010 1001011 100111110 1010001 1110

Color Harmonies of #410730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410730

Black with #410730

Text Example


Text Example

White with #410730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410730; }

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

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

background-color css

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

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

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

border-color css

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

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

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