Html Css Color HEX #410D4B Blackcurrant

📋 copy color: '#410D4B'

red 65 ◦ green 13 ◦ blue 75

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

Shades of Blackcurrant #410D4B

Tints of Blackcurrant #410D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.5%

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

R = 42.48%
G = 8.5%
B = 49.02%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#410D4B (or 0x410D4B) is known color: Blackcurrant. HEX triplet: 41, 0D and 4B. RGB value is (65,13,75). Sum of RGB (Red+Green+Blue) = 65+13+75=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #410D4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D4B is #BEF2B4. Grayscale: #232323. Windows color (decimal): -12513973 or 4918593. OLE color: 4918593.

HSL color Cylindrical-coordinate representation of color #410D4B: hue angle of 290.32º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #410D4B is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 13 75 -
CMYK 0.13 0.83 0 0.71
HSL 290.32º 0.7% 0.17% -
HSV(B) 290.32º 0.83% 0.29% -
XYZ 3.59 1.92 6.84 -
YUV 35.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 65 13 75 0.13 0.83 0 0.71 290.32 0.7 0.17
Hex 41 D 4B D 53 0 47 122 46 11
Octal 101 15 113 15 123 0 107 442 106 21
Binary 1000001 1101 1001011 1101 1010011 0 1000111 100100010 1000110 10001

Color Harmonies of #410D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D4B

Black with #410D4B

Text Example


Text Example

White with #410D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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