Html Css Color HEX #330043 Blackcurrant

📋 copy color: '#330043'

red 51 ◦ green 0 ◦ blue 67

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

Shades of Blackcurrant #330043

Tints of Blackcurrant #330043

RGB

 RED value IS 51 (20.31% from 255) = 43.22%

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

 BLUE value IS 67 (26.56% from 255) = 56.78%

R = 43.22%
G = 0%
B = 56.78%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#330043 (or 0x330043) is known color: Blackcurrant. HEX triplet: 33, 00 and 43. RGB value is (51,0,67). Sum of RGB (Red+Green+Blue) = 51+0+67=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 67 (26.56% from 255 or 56.78% from 118); Max value from RGB is 67 - color contains mainly: blue. Hex color #330043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330043 is #CCFFBC. Grayscale: #161616. Windows color (decimal): -13434813 or 4390963. OLE color: 4390963.

HSL color Cylindrical-coordinate representation of color #330043: hue angle of 285.67º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330043 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 0 67 -
CMYK 0.24 1 0 0.74
HSL 285.67º 1% 0.13% -
HSV(B) 285.67º 1% 0.26% -
XYZ 2.38 1.11 5.4 -
YUV 22.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 51 0 67 0.24 1 0 0.74 285.67 1 0.13
Hex 33 0 43 18 64 0 4A 11E 64 D
Octal 63 0 103 30 144 0 112 436 144 15
Binary 110011 0 1000011 11000 1100100 0 1001010 100011110 1100100 1101

Color Harmonies of #330043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330043

Black with #330043

Text Example


Text Example

White with #330043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330043; }

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

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

background-color css

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

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

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

border-color css

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

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

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