Html Css Color HEX #42104B Blackcurrant

📋 copy color: '#42104B'

red 66 ◦ green 16 ◦ blue 75

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

Shades of Blackcurrant #42104B

Tints of Blackcurrant #42104B

RGB

 RED value IS 66 (26.17% from 255) = 42.04%

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 42.04%
G = 10.19%
B = 47.77%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42104B (or 0x42104B) is known color: Blackcurrant. HEX triplet: 42, 10 and 4B. RGB value is (66,16,75). Sum of RGB (Red+Green+Blue) = 66+16+75=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #42104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42104B is #BDEFB4. Grayscale: #252525. Windows color (decimal): -12447669 or 4919362. OLE color: 4919362.

HSL color Cylindrical-coordinate representation of color #42104B: hue angle of 290.85º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42104B is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 16 75 -
CMYK 0.12 0.79 0 0.71
HSL 290.85º 0.65% 0.18% -
HSV(B) 290.85º 0.79% 0.29% -
XYZ 3.7 2.04 6.85 -
YUV 37.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 66 16 75 0.12 0.79 0 0.71 290.85 0.65 0.18
Hex 42 10 4B C 4F 0 47 123 41 12
Octal 102 20 113 14 117 0 107 443 101 22
Binary 1000010 10000 1001011 1100 1001111 0 1000111 100100011 1000001 10010

Color Harmonies of #42104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42104B

Black with #42104B

Text Example


Text Example

White with #42104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42104B; }

 p { color: rgb(66,16,75); }

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

background-color css

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

 a { background-color: rgb(66,16,75); }

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

border-color css

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

 span { border-color: rgb(66,16,75); }

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