Html Css Color HEX #410130 Blackberry

📋 copy color: '#410130'

red 65 ◦ green 1 ◦ blue 48

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

Shades of Blackberry #410130

Tints of Blackberry #410130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 57.02%
G = 0.88%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#410130 (or 0x410130) is known color: Blackberry. HEX triplet: 41, 01 and 30. RGB value is (65,1,48). Sum of RGB (Red+Green+Blue) = 65+1+48=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #410130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410130 is #BEFECF. Grayscale: #191919. Windows color (decimal): -12517072 or 3146049. OLE color: 3146049.

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

Color convert

RGB 65 1 48 -
CMYK 0 0.98 0.26 0.75
HSL 315.94º 0.97% 0.13% -
HSV(B) 315.94º 0.98% 0.25% -
XYZ 2.72 1.36 2.92 -
YUV 25.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 65 1 48 0 0.98 0.26 0.75 315.94 0.97 0.13
Hex 41 1 30 0 62 1A 4B 13C 61 D
Octal 101 1 60 0 142 32 113 474 141 15
Binary 1000001 1 110000 0 1100010 11010 1001011 100111100 1100001 1101

Color Harmonies of #410130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410130

Black with #410130

Text Example


Text Example

White with #410130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410130; }

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

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

background-color css

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

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

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

border-color css

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

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

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