Html Css Color HEX #410F4B Blackcurrant

📋 copy color: '#410F4B'

red 65 ◦ green 15 ◦ blue 75

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

Shades of Blackcurrant #410F4B

Tints of Blackcurrant #410F4B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 75 (29.69% from 255) = 48.39%

R = 41.94%
G = 9.68%
B = 48.39%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#410F4B (or 0x410F4B) is known color: Blackcurrant. HEX triplet: 41, 0F and 4B. RGB value is (65,15,75). Sum of RGB (Red+Green+Blue) = 65+15+75=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #410F4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F4B is #BEF0B4. Grayscale: #242424. Windows color (decimal): -12513461 or 4919105. OLE color: 4919105.

HSL color Cylindrical-coordinate representation of color #410F4B: hue angle of 290º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410F4B is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 15 75 -
CMYK 0.13 0.80 0 0.71
HSL 290º 0.67% 0.18% -
HSV(B) 290º 0.8% 0.29% -
XYZ 3.62 1.97 6.85 -
YUV 36.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 65 15 75 0.13 0.80 0 0.71 290 0.67 0.18
Hex 41 F 4B D 50 0 47 122 43 12
Octal 101 17 113 15 120 0 107 442 103 22
Binary 1000001 1111 1001011 1101 1010000 0 1000111 100100010 1000011 10010

Color Harmonies of #410F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F4B

Black with #410F4B

Text Example


Text Example

White with #410F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410F4B; }

 p { color: rgb(65,15,75); }

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

background-color css

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

 a { background-color: rgb(65,15,75); }

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

border-color css

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

 span { border-color: rgb(65,15,75); }

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