Html Css Color HEX #330343 Blackcurrant

📋 copy color: '#330343'

red 51 ◦ green 3 ◦ blue 67

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

Shades of Blackcurrant #330343

Tints of Blackcurrant #330343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 42.15%
G = 2.48%
B = 55.37%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#330343 (or 0x330343) is known color: Blackcurrant. HEX triplet: 33, 03 and 43. RGB value is (51,3,67). Sum of RGB (Red+Green+Blue) = 51+3+67=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #330343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330343 is #CCFCBC. Grayscale: #181818. Windows color (decimal): -13434045 or 4391731. OLE color: 4391731.

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

Color convert

RGB 51 3 67 -
CMYK 0.24 0.96 0 0.74
HSL 285º 0.91% 0.14% -
HSV(B) 285º 0.96% 0.26% -
XYZ 2.41 1.17 5.41 -
YUV 24.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 51 3 67 0.24 0.96 0 0.74 285 0.91 0.14
Hex 33 3 43 18 60 0 4A 11D 5B E
Octal 63 3 103 30 140 0 112 435 133 16
Binary 110011 11 1000011 11000 1100000 0 1001010 100011101 1011011 1110

Color Harmonies of #330343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330343

Black with #330343

Text Example


Text Example

White with #330343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330343; }

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

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

background-color css

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

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

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

border-color css

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

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

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