Html Css Color HEX #43004B Blackcurrant

📋 copy color: '#43004B'

red 67 ◦ green 0 ◦ blue 75

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

Shades of Blackcurrant #43004B

Tints of Blackcurrant #43004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.18%
G = 0%
B = 52.82%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43004B (or 0x43004B) is known color: Blackcurrant. HEX triplet: 43, 00 and 4B. RGB value is (67,0,75). Sum of RGB (Red+Green+Blue) = 67+0+75=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #43004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43004B is #BCFFB4. Grayscale: #1C1C1C. Windows color (decimal): -12386229 or 4915267. OLE color: 4915267.

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

Color convert

RGB 67 0 75 -
CMYK 0.11 1 0 0.71
HSL 293.6º 1% 0.15% -
HSV(B) 293.6º 1% 0.29% -
XYZ 3.58 1.7 6.8 -
YUV 28.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 67 0 75 0.11 1 0 0.71 293.6 1 0.15
Hex 43 0 4B B 64 0 47 126 64 F
Octal 103 0 113 13 144 0 107 446 144 17
Binary 1000011 0 1001011 1011 1100100 0 1000111 100100110 1100100 1111

Color Harmonies of #43004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43004B

Black with #43004B

Text Example


Text Example

White with #43004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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