Html Css Color HEX #43014B Blackcurrant

📋 copy color: '#43014B'

red 67 ◦ green 1 ◦ blue 75

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

Shades of Blackcurrant #43014B

Tints of Blackcurrant #43014B

RGB

 RED value IS 67 (26.56% from 255) = 46.85%

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

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

R = 46.85%
G = 0.7%
B = 52.45%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43014B (or 0x43014B) is known color: Blackcurrant. HEX triplet: 43, 01 and 4B. RGB value is (67,1,75). Sum of RGB (Red+Green+Blue) = 67+1+75=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #43014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43014B is #BCFEB4. Grayscale: #1C1C1C. Windows color (decimal): -12385973 or 4915523. OLE color: 4915523.

HSL color Cylindrical-coordinate representation of color #43014B: hue angle of 293.51º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43014B is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 1 75 -
CMYK 0.11 0.99 0 0.71
HSL 293.51º 0.97% 0.15% -
HSV(B) 293.51º 0.99% 0.29% -
XYZ 3.6 1.72 6.8 -
YUV 29.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 67 1 75 0.11 0.99 0 0.71 293.51 0.97 0.15
Hex 43 1 4B B 63 0 47 126 61 F
Octal 103 1 113 13 143 0 107 446 141 17
Binary 1000011 1 1001011 1011 1100011 0 1000111 100100110 1100001 1111

Color Harmonies of #43014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43014B

Black with #43014B

Text Example


Text Example

White with #43014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,1,75); }

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

background-color css

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

 a { background-color: rgb(67,1,75); }

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

border-color css

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

 span { border-color: rgb(67,1,75); }

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